Shades of Deep Magenta #C000CB
Tints of Deep Magenta #C000CB
RGB
CMYK
RGB Variations
Color information
#C000CB (or 0xC000CB) is known color: Deep Magenta. HEX triplet: C0, 00 and CB. RGB value is (192,0,203). Sum of RGB (Red+Green+Blue) = 192+0+203=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #C000CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000CB is #3FFF34. Grayscale: #4F4F4F. Windows color (decimal): -4194101 or 13304000. OLE color: 13304000.
HSL color Cylindrical-coordinate representation of color #C000CB: hue angle of 296.75º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000CB is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 0 | 203 | - |
| CMYK | 0.05 | 1 | 0 | 0.20 |
| HSL | 296.75º | 1% | 0.4% | - |
| HSV(B) | 296.75º | 1% | 0.8% | - |
| XYZ | 32.52 | 15.52 | 57.78 | - |
| YUV | 80.55 | 197.11 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 203 | 0.05 | 1 | 0 | 0.20 | 296.75 | 1 | 0.4 |
| Hex | C0 | 0 | CB | 5 | 64 | 0 | 14 | 129 | 64 | 28 |
| Octal | 300 | 0 | 313 | 5 | 144 | 0 | 24 | 451 | 144 | 50 |
| Binary | 11000000 | 0 | 11001011 | 101 | 1100100 | 0 | 10100 | 100101001 | 1100100 | 101000 |
Color Harmonies of #C000CB
Complementary color
Monochromatic Colors of #C000CB
Black with #C000CB
Text Example
Text Example
White with #C000CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000CB; }
p { color: rgb(192,0,203); }
H1.HeaderClassName
{
color: #C000CB;
}
.AnyTagClassName
{
color: #C000CB;
}
</style>
background-color css
<style>
a { background-color: #C000CB; }
a { background-color: rgb(192,0,203); }
div.DivClassName
{
background-color: #C000CB;
}
.BgClassName
{
background-color: #C000CB;
}
</style>
border-color css
<style>
span { border-color: #C000CB; }
span { border-color: rgb(192,0,203); }
td.TdClassName
{
border-color: #C000CB;
}
.TagClassName
{
border-color: #C000CB;
}
</style>