Shades of Deep Magenta #CB04DD
Tints of Deep Magenta #CB04DD
RGB
CMYK
RGB Variations
Color information
#CB04DD (or 0xCB04DD) is known color: Deep Magenta. HEX triplet: CB, 04 and DD. RGB value is (203,4,221). Sum of RGB (Red+Green+Blue) = 203+4+221=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04DD is #34FB22. Grayscale: #575757. Windows color (decimal): -3472163 or 14484683. OLE color: 14484683.
HSL color Cylindrical-coordinate representation of color #CB04DD: hue angle of 295.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04DD is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 4 | 221 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.13 |
| HSL | 295.02º | 0.96% | 0.44% | - |
| HSV(B) | 295.02º | 0.98% | 0.87% | - |
| XYZ | 37.72 | 18 | 69.89 | - |
| YUV | 88.24 | 202.93 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 221 | 0.08 | 0.98 | 0 | 0.13 | 295.02 | 0.96 | 0.44 |
| Hex | CB | 4 | DD | 8 | 62 | 0 | D | 127 | 60 | 2C |
| Octal | 313 | 4 | 335 | 10 | 142 | 0 | 15 | 447 | 140 | 54 |
| Binary | 11001011 | 100 | 11011101 | 1000 | 1100010 | 0 | 1101 | 100100111 | 1100000 | 101100 |
Color Harmonies of #CB04DD
Complementary color
Monochromatic Colors of #CB04DD
Black with #CB04DD
Text Example
Text Example
White with #CB04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04DD; }
p { color: rgb(203,4,221); }
H1.HeaderClassName
{
color: #CB04DD;
}
.AnyTagClassName
{
color: #CB04DD;
}
</style>
background-color css
<style>
a { background-color: #CB04DD; }
a { background-color: rgb(203,4,221); }
div.DivClassName
{
background-color: #CB04DD;
}
.BgClassName
{
background-color: #CB04DD;
}
</style>
border-color css
<style>
span { border-color: #CB04DD; }
span { border-color: rgb(203,4,221); }
td.TdClassName
{
border-color: #CB04DD;
}
.TagClassName
{
border-color: #CB04DD;
}
</style>