Shades of Deep Magenta #C31FDE
Tints of Deep Magenta #C31FDE
RGB
CMYK
RGB Variations
Color information
#C31FDE (or 0xC31FDE) is known color: Deep Magenta. HEX triplet: C3, 1F and DE. RGB value is (195,31,222). Sum of RGB (Red+Green+Blue) = 195+31+222=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #C31FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FDE is #3CE021. Grayscale: #656565. Windows color (decimal): -3989538 or 14557123. OLE color: 14557123.
HSL color Cylindrical-coordinate representation of color #C31FDE: hue angle of 291.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31FDE is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 31 | 222 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.13 |
| HSL | 291.52º | 0.75% | 0.5% | - |
| HSV(B) | 291.52º | 0.86% | 0.87% | - |
| XYZ | 36.18 | 17.86 | 70.65 | - |
| YUV | 101.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 222 | 0.12 | 0.86 | 0 | 0.13 | 291.52 | 0.75 | 0.5 |
| Hex | C3 | 1F | DE | C | 56 | 0 | D | 124 | 4B | 32 |
| Octal | 303 | 37 | 336 | 14 | 126 | 0 | 15 | 444 | 113 | 62 |
| Binary | 11000011 | 11111 | 11011110 | 1100 | 1010110 | 0 | 1101 | 100100100 | 1001011 | 110010 |
Color Harmonies of #C31FDE
Complementary color
Monochromatic Colors of #C31FDE
Black with #C31FDE
Text Example
Text Example
White with #C31FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FDE; }
p { color: rgb(195,31,222); }
H1.HeaderClassName
{
color: #C31FDE;
}
.AnyTagClassName
{
color: #C31FDE;
}
</style>
background-color css
<style>
a { background-color: #C31FDE; }
a { background-color: rgb(195,31,222); }
div.DivClassName
{
background-color: #C31FDE;
}
.BgClassName
{
background-color: #C31FDE;
}
</style>
border-color css
<style>
span { border-color: #C31FDE; }
span { border-color: rgb(195,31,222); }
td.TdClassName
{
border-color: #C31FDE;
}
.TagClassName
{
border-color: #C31FDE;
}
</style>