Shades of Deep Magenta #CB03DC
Tints of Deep Magenta #CB03DC
RGB
CMYK
RGB Variations
Color information
#CB03DC (or 0xCB03DC) is known color: Deep Magenta. HEX triplet: CB, 03 and DC. RGB value is (203,3,220). Sum of RGB (Red+Green+Blue) = 203+3+220=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB03DC is #34FC23. Grayscale: #565656. Windows color (decimal): -3472420 or 14418891. OLE color: 14418891.
HSL color Cylindrical-coordinate representation of color #CB03DC: hue angle of 295.3º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03DC is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 3 | 220 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.14 |
| HSL | 295.3º | 0.97% | 0.44% | - |
| HSV(B) | 295.3º | 0.99% | 0.86% | - |
| XYZ | 37.58 | 17.93 | 69.19 | - |
| YUV | 87.54 | 202.76 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 220 | 0.08 | 0.99 | 0 | 0.14 | 295.3 | 0.97 | 0.44 |
| Hex | CB | 3 | DC | 8 | 63 | 0 | E | 127 | 61 | 2C |
| Octal | 313 | 3 | 334 | 10 | 143 | 0 | 16 | 447 | 141 | 54 |
| Binary | 11001011 | 11 | 11011100 | 1000 | 1100011 | 0 | 1110 | 100100111 | 1100001 | 101100 |
Color Harmonies of #CB03DC
Complementary color
Monochromatic Colors of #CB03DC
Black with #CB03DC
Text Example
Text Example
White with #CB03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03DC; }
p { color: rgb(203,3,220); }
H1.HeaderClassName
{
color: #CB03DC;
}
.AnyTagClassName
{
color: #CB03DC;
}
</style>
background-color css
<style>
a { background-color: #CB03DC; }
a { background-color: rgb(203,3,220); }
div.DivClassName
{
background-color: #CB03DC;
}
.BgClassName
{
background-color: #CB03DC;
}
</style>
border-color css
<style>
span { border-color: #CB03DC; }
span { border-color: rgb(203,3,220); }
td.TdClassName
{
border-color: #CB03DC;
}
.TagClassName
{
border-color: #CB03DC;
}
</style>