Shades of Deep Magenta #C31DB6
Tints of Deep Magenta #C31DB6
RGB
CMYK
RGB Variations
Color information
#C31DB6 (or 0xC31DB6) is known color: Deep Magenta. HEX triplet: C3, 1D and B6. RGB value is (195,29,182). Sum of RGB (Red+Green+Blue) = 195+29+182=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C31DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DB6 is #3CE249. Grayscale: #5F5F5F. Windows color (decimal): -3990090 or 11935171. OLE color: 11935171.
HSL color Cylindrical-coordinate representation of color #C31DB6: hue angle of 304.7º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31DB6 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 182 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.24 |
| HSL | 304.7º | 0.74% | 0.44% | - |
| HSV(B) | 304.7º | 0.85% | 0.76% | - |
| XYZ | 31.39 | 15.86 | 45.66 | - |
| YUV | 96.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 182 | 0 | 0.85 | 0.07 | 0.24 | 304.7 | 0.74 | 0.44 |
| Hex | C3 | 1D | B6 | 0 | 55 | 7 | 18 | 131 | 4A | 2C |
| Octal | 303 | 35 | 266 | 0 | 125 | 7 | 30 | 461 | 112 | 54 |
| Binary | 11000011 | 11101 | 10110110 | 0 | 1010101 | 111 | 11000 | 100110001 | 1001010 | 101100 |
Color Harmonies of #C31DB6
Complementary color
Monochromatic Colors of #C31DB6
Black with #C31DB6
Text Example
Text Example
White with #C31DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DB6; }
p { color: rgb(195,29,182); }
H1.HeaderClassName
{
color: #C31DB6;
}
.AnyTagClassName
{
color: #C31DB6;
}
</style>
background-color css
<style>
a { background-color: #C31DB6; }
a { background-color: rgb(195,29,182); }
div.DivClassName
{
background-color: #C31DB6;
}
.BgClassName
{
background-color: #C31DB6;
}
</style>
border-color css
<style>
span { border-color: #C31DB6; }
span { border-color: rgb(195,29,182); }
td.TdClassName
{
border-color: #C31DB6;
}
.TagClassName
{
border-color: #C31DB6;
}
</style>