Color: #C31FDB

#C31FDB Color Information

#C31FDB is a dark color. The closest websafe version is #C31FDB. A complement of this color would be #38DB1F, perceived brightness is 0.40, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 292°,a saturation of 75%, and a lightness of 49%.The HSV representation shows a hue of 292°, a saturation of 86%, and a value of 86%.

In a RGB color space, #C31FDB is composed of 76% red, 12% green and 86% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 86% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 17.42, x: 0.3334, and y: 0.1685.

Color Code #C31FDB

#C31FDBrgb(195, 31, 219)
HEX
#C31FDB
RGB
rgb(195, 31, 219)
HSL
hsl(292, 75%, 49%)
HSV
hsv(292, 86%, 86%)
CMYK
11%, 86%, 0%, 14%
XYZ
X: 34.46, Y: 17.42, Z: 51.48
Lab
L: 48.78, a: 75.59, b: -59.20
Name

Shades of Color #C31FDB

Shades are created by darkening the original color #C31FDB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #C31FDB

Tints are created by lightening the original color #C31FDB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#C31FDBrgb(195, 31, 219)

About #C31FDB Color Code

In the HSL color space, this color has a hue angle of 292°, a saturation of 75%, and a lightness of 49%. The HSV representation shows a hue of 292°, a saturation of 86%, and a value of 86%.

  • HEX: #C31FDB
  • RGB: rgb(195, 31, 219)
  • HSL: hsl(292, 75%, 49%)
  • HSV: hsv(292, 86%, 86%)
  • CMYK: 11.00% cyan, 86.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 34.46, 17.42, 51.48
  • Yxy: 17.42, 0.3334, 0.1685
  • Hunter Lab: 48.78, 75.59, -59.20
  • CIE-Lab: 48.78, 75.59, -59.20

In the XYZ color space, this color is represented as X: 34.46, Y: 17.42, Z: 51.48. The Yxy representation further refines this as Y: 17.42, x: 0.3334, and y: 0.1685.

In the Hunter Lab color space, this color is represented as L: 48.78, a: 75.59, and b: -59.20. Similarly, in the CIE-Lab color space, it is represented as L: 48.78, a: 75.59, and b: -59.20.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #C31FDB

Triadic colors are three colors evenly spaced around the color wheel, including #C31FDB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #C31FDB

Analogous colors are adjacent to #C31FDB on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #C31FDB

Split complementary colors are two colors adjacent to the complementary color of #C31FDB. They create a balanced and visually appealing color scheme.

Tetradic Colors of #C31FDB

Tetradic colors form a rectangle on the color wheel, including #C31FDB. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #C31FDB

Monochromatic colors are variations of #C31FDB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #C31FDB

The complementary color of #C31FDB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #C31FDB

/* Using HEX */
body {
  background-color: #c31fdb;
}
/* Using RGB */
body {
  background-color: rgb(195, 31, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(195, 31, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(292, 75%, 49%);
}
/* Text color */
p {
  color: #c31fdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c31fdb;
}
/* Border color */
.box {
  border: 4px solid #c31fdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c31fdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c31fdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C31FDB
On Black Background
#C31FDB
On White Background
#C31FDB

HTML Examples of #C31FDB

<!-- Using HEX -->
<div style="background-color: #c31fdb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(195, 31, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(195, 31, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(292, 75%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c31fdb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c31fdb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c31fdb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c31fdb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c31fdb; color: #fff; padding: 16px; border-radius: 8px;">
  #C31FDB
</div>
#C31FDB
On Black Background
#C31FDB
On White Background
#C31FDB

Related Colors of #C31FDB

These colors are similar to #C31FDB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.