Shades of Deep Magenta #C01DB6
Tints of Deep Magenta #C01DB6
RGB
CMYK
RGB Variations
Color information
#C01DB6 (or 0xC01DB6) is known color: Deep Magenta. HEX triplet: C0, 1D and B6. RGB value is (192,29,182). Sum of RGB (Red+Green+Blue) = 192+29+182=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DB6 is #3FE249. Grayscale: #5E5E5E. Windows color (decimal): -4186698 or 11935168. OLE color: 11935168.
HSL color Cylindrical-coordinate representation of color #C01DB6: hue angle of 303.68º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01DB6 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 182 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.25 |
| HSL | 303.68º | 0.74% | 0.43% | - |
| HSV(B) | 303.68º | 0.85% | 0.75% | - |
| XYZ | 30.62 | 15.46 | 45.63 | - |
| YUV | 95.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 182 | 0 | 0.85 | 0.05 | 0.25 | 303.68 | 0.74 | 0.43 |
| Hex | C0 | 1D | B6 | 0 | 55 | 5 | 19 | 130 | 4A | 2B |
| Octal | 300 | 35 | 266 | 0 | 125 | 5 | 31 | 460 | 112 | 53 |
| Binary | 11000000 | 11101 | 10110110 | 0 | 1010101 | 101 | 11001 | 100110000 | 1001010 | 101011 |
Color Harmonies of #C01DB6
Complementary color
Monochromatic Colors of #C01DB6
Black with #C01DB6
Text Example
Text Example
White with #C01DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DB6; }
p { color: rgb(192,29,182); }
H1.HeaderClassName
{
color: #C01DB6;
}
.AnyTagClassName
{
color: #C01DB6;
}
</style>
background-color css
<style>
a { background-color: #C01DB6; }
a { background-color: rgb(192,29,182); }
div.DivClassName
{
background-color: #C01DB6;
}
.BgClassName
{
background-color: #C01DB6;
}
</style>
border-color css
<style>
span { border-color: #C01DB6; }
span { border-color: rgb(192,29,182); }
td.TdClassName
{
border-color: #C01DB6;
}
.TagClassName
{
border-color: #C01DB6;
}
</style>