Shades of Deep Magenta #C31DCB
Tints of Deep Magenta #C31DCB
RGB
CMYK
RGB Variations
Color information
#C31DCB (or 0xC31DCB) is known color: Deep Magenta. HEX triplet: C3, 1D and CB. RGB value is (195,29,203). Sum of RGB (Red+Green+Blue) = 195+29+203=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #C31DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DCB is #3CE234. Grayscale: #616161. Windows color (decimal): -3990069 or 13311427. OLE color: 13311427.
HSL color Cylindrical-coordinate representation of color #C31DCB: hue angle of 297.24º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31DCB is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 29 | 203 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.20 |
| HSL | 297.24º | 0.75% | 0.45% | - |
| HSV(B) | 297.24º | 0.86% | 0.8% | - |
| XYZ | 33.72 | 16.79 | 57.96 | - |
| YUV | 98.47 | 187 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 203 | 0.04 | 0.86 | 0 | 0.20 | 297.24 | 0.75 | 0.45 |
| Hex | C3 | 1D | CB | 4 | 56 | 0 | 14 | 129 | 4B | 2D |
| Octal | 303 | 35 | 313 | 4 | 126 | 0 | 24 | 451 | 113 | 55 |
| Binary | 11000011 | 11101 | 11001011 | 100 | 1010110 | 0 | 10100 | 100101001 | 1001011 | 101101 |
Color Harmonies of #C31DCB
Complementary color
Monochromatic Colors of #C31DCB
Black with #C31DCB
Text Example
Text Example
White with #C31DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DCB; }
p { color: rgb(195,29,203); }
H1.HeaderClassName
{
color: #C31DCB;
}
.AnyTagClassName
{
color: #C31DCB;
}
</style>
background-color css
<style>
a { background-color: #C31DCB; }
a { background-color: rgb(195,29,203); }
div.DivClassName
{
background-color: #C31DCB;
}
.BgClassName
{
background-color: #C31DCB;
}
</style>
border-color css
<style>
span { border-color: #C31DCB; }
span { border-color: rgb(195,29,203); }
td.TdClassName
{
border-color: #C31DCB;
}
.TagClassName
{
border-color: #C31DCB;
}
</style>