Shades of Deep Magenta #CB04D2
Tints of Deep Magenta #CB04D2
RGB
CMYK
RGB Variations
Color information
#CB04D2 (or 0xCB04D2) is known color: Deep Magenta. HEX triplet: CB, 04 and D2. RGB value is (203,4,210). Sum of RGB (Red+Green+Blue) = 203+4+210=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB04D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04D2 is #34FB2D. Grayscale: #565656. Windows color (decimal): -3472174 or 13763787. OLE color: 13763787.
HSL color Cylindrical-coordinate representation of color #CB04D2: hue angle of 297.96º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04D2 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 4 | 210 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.18 |
| HSL | 297.96º | 0.96% | 0.42% | - |
| HSV(B) | 297.96º | 0.98% | 0.82% | - |
| XYZ | 36.3 | 17.44 | 62.42 | - |
| YUV | 86.99 | 197.43 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 210 | 0.03 | 0.98 | 0 | 0.18 | 297.96 | 0.96 | 0.42 |
| Hex | CB | 4 | D2 | 3 | 62 | 0 | 12 | 12A | 60 | 2A |
| Octal | 313 | 4 | 322 | 3 | 142 | 0 | 22 | 452 | 140 | 52 |
| Binary | 11001011 | 100 | 11010010 | 11 | 1100010 | 0 | 10010 | 100101010 | 1100000 | 101010 |
Color Harmonies of #CB04D2
Complementary color
Monochromatic Colors of #CB04D2
Black with #CB04D2
Text Example
Text Example
White with #CB04D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04D2; }
p { color: rgb(203,4,210); }
H1.HeaderClassName
{
color: #CB04D2;
}
.AnyTagClassName
{
color: #CB04D2;
}
</style>
background-color css
<style>
a { background-color: #CB04D2; }
a { background-color: rgb(203,4,210); }
div.DivClassName
{
background-color: #CB04D2;
}
.BgClassName
{
background-color: #CB04D2;
}
</style>
border-color css
<style>
span { border-color: #CB04D2; }
span { border-color: rgb(203,4,210); }
td.TdClassName
{
border-color: #CB04D2;
}
.TagClassName
{
border-color: #CB04D2;
}
</style>