Shades of Deep Magenta #C31FD2
Tints of Deep Magenta #C31FD2
RGB
CMYK
RGB Variations
Color information
#C31FD2 (or 0xC31FD2) is known color: Deep Magenta. HEX triplet: C3, 1F and D2. RGB value is (195,31,210). Sum of RGB (Red+Green+Blue) = 195+31+210=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #C31FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FD2 is #3CE02D. Grayscale: #636363. Windows color (decimal): -3989550 or 13770691. OLE color: 13770691.
HSL color Cylindrical-coordinate representation of color #C31FD2: hue angle of 294.97º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31FD2 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 31 | 210 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.18 |
| HSL | 294.97º | 0.74% | 0.47% | - |
| HSV(B) | 294.97º | 0.85% | 0.82% | - |
| XYZ | 34.63 | 17.24 | 62.47 | - |
| YUV | 100.44 | 189.83 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 210 | 0.07 | 0.85 | 0 | 0.18 | 294.97 | 0.74 | 0.47 |
| Hex | C3 | 1F | D2 | 7 | 55 | 0 | 12 | 127 | 4A | 2F |
| Octal | 303 | 37 | 322 | 7 | 125 | 0 | 22 | 447 | 112 | 57 |
| Binary | 11000011 | 11111 | 11010010 | 111 | 1010101 | 0 | 10010 | 100100111 | 1001010 | 101111 |
Color Harmonies of #C31FD2
Complementary color
Monochromatic Colors of #C31FD2
Black with #C31FD2
Text Example
Text Example
White with #C31FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FD2; }
p { color: rgb(195,31,210); }
H1.HeaderClassName
{
color: #C31FD2;
}
.AnyTagClassName
{
color: #C31FD2;
}
</style>
background-color css
<style>
a { background-color: #C31FD2; }
a { background-color: rgb(195,31,210); }
div.DivClassName
{
background-color: #C31FD2;
}
.BgClassName
{
background-color: #C31FD2;
}
</style>
border-color css
<style>
span { border-color: #C31FD2; }
span { border-color: rgb(195,31,210); }
td.TdClassName
{
border-color: #C31FD2;
}
.TagClassName
{
border-color: #C31FD2;
}
</style>