Shades of Deep Magenta #C00CCB
Tints of Deep Magenta #C00CCB
RGB
CMYK
RGB Variations
Color information
#C00CCB (or 0xC00CCB) is known color: Deep Magenta. HEX triplet: C0, 0C and CB. RGB value is (192,12,203). Sum of RGB (Red+Green+Blue) = 192+12+203=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #C00CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CCB is #3FF334. Grayscale: #575757. Windows color (decimal): -4191029 or 13307072. OLE color: 13307072.
HSL color Cylindrical-coordinate representation of color #C00CCB: hue angle of 296.54º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CCB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 12 | 203 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.20 |
| HSL | 296.54º | 0.89% | 0.42% | - |
| HSV(B) | 296.54º | 0.94% | 0.8% | - |
| XYZ | 32.65 | 15.78 | 57.83 | - |
| YUV | 87.59 | 193.13 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 203 | 0.05 | 0.94 | 0 | 0.20 | 296.54 | 0.89 | 0.42 |
| Hex | C0 | C | CB | 5 | 5E | 0 | 14 | 129 | 59 | 2A |
| Octal | 300 | 14 | 313 | 5 | 136 | 0 | 24 | 451 | 131 | 52 |
| Binary | 11000000 | 1100 | 11001011 | 101 | 1011110 | 0 | 10100 | 100101001 | 1011001 | 101010 |
Color Harmonies of #C00CCB
Complementary color
Monochromatic Colors of #C00CCB
Black with #C00CCB
Text Example
Text Example
White with #C00CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CCB; }
p { color: rgb(192,12,203); }
H1.HeaderClassName
{
color: #C00CCB;
}
.AnyTagClassName
{
color: #C00CCB;
}
</style>
background-color css
<style>
a { background-color: #C00CCB; }
a { background-color: rgb(192,12,203); }
div.DivClassName
{
background-color: #C00CCB;
}
.BgClassName
{
background-color: #C00CCB;
}
</style>
border-color css
<style>
span { border-color: #C00CCB; }
span { border-color: rgb(192,12,203); }
td.TdClassName
{
border-color: #C00CCB;
}
.TagClassName
{
border-color: #C00CCB;
}
</style>