Shades of Deep Magenta #C00CBD
Tints of Deep Magenta #C00CBD
RGB
CMYK
RGB Variations
Color information
#C00CBD (or 0xC00CBD) is known color: Deep Magenta. HEX triplet: C0, 0C and BD. RGB value is (192,12,189). Sum of RGB (Red+Green+Blue) = 192+12+189=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CBD is #3FF342. Grayscale: #555555. Windows color (decimal): -4191043 or 12389568. OLE color: 12389568.
HSL color Cylindrical-coordinate representation of color #C00CBD: hue angle of 301º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CBD is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 12 | 189 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.25 |
| HSL | 301º | 0.88% | 0.4% | - |
| HSV(B) | 301º | 0.94% | 0.75% | - |
| XYZ | 31.06 | 15.14 | 49.43 | - |
| YUV | 86 | 186.13 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 189 | 0 | 0.94 | 0.02 | 0.25 | 301 | 0.88 | 0.4 |
| Hex | C0 | C | BD | 0 | 5E | 2 | 19 | 12D | 58 | 28 |
| Octal | 300 | 14 | 275 | 0 | 136 | 2 | 31 | 455 | 130 | 50 |
| Binary | 11000000 | 1100 | 10111101 | 0 | 1011110 | 10 | 11001 | 100101101 | 1011000 | 101000 |
Color Harmonies of #C00CBD
Complementary color
Monochromatic Colors of #C00CBD
Black with #C00CBD
Text Example
Text Example
White with #C00CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CBD; }
p { color: rgb(192,12,189); }
H1.HeaderClassName
{
color: #C00CBD;
}
.AnyTagClassName
{
color: #C00CBD;
}
</style>
background-color css
<style>
a { background-color: #C00CBD; }
a { background-color: rgb(192,12,189); }
div.DivClassName
{
background-color: #C00CBD;
}
.BgClassName
{
background-color: #C00CBD;
}
</style>
border-color css
<style>
span { border-color: #C00CBD; }
span { border-color: rgb(192,12,189); }
td.TdClassName
{
border-color: #C00CBD;
}
.TagClassName
{
border-color: #C00CBD;
}
</style>