Shades of Deep Magenta #CB04DF
Tints of Deep Magenta #CB04DF
RGB
CMYK
RGB Variations
Color information
#CB04DF (or 0xCB04DF) is known color: Deep Magenta. HEX triplet: CB, 04 and DF. RGB value is (203,4,223). Sum of RGB (Red+Green+Blue) = 203+4+223=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04DF is #34FB20. Grayscale: #575757. Windows color (decimal): -3472161 or 14615755. OLE color: 14615755.
HSL color Cylindrical-coordinate representation of color #CB04DF: hue angle of 294.52º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04DF is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 4 | 223 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.13 |
| HSL | 294.52º | 0.96% | 0.45% | - |
| HSV(B) | 294.52º | 0.98% | 0.87% | - |
| XYZ | 37.99 | 18.11 | 71.31 | - |
| YUV | 88.47 | 203.93 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 223 | 0.09 | 0.98 | 0 | 0.13 | 294.52 | 0.96 | 0.45 |
| Hex | CB | 4 | DF | 9 | 62 | 0 | D | 127 | 60 | 2D |
| Octal | 313 | 4 | 337 | 11 | 142 | 0 | 15 | 447 | 140 | 55 |
| Binary | 11001011 | 100 | 11011111 | 1001 | 1100010 | 0 | 1101 | 100100111 | 1100000 | 101101 |
Color Harmonies of #CB04DF
Complementary color
Monochromatic Colors of #CB04DF
Black with #CB04DF
Text Example
Text Example
White with #CB04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04DF; }
p { color: rgb(203,4,223); }
H1.HeaderClassName
{
color: #CB04DF;
}
.AnyTagClassName
{
color: #CB04DF;
}
</style>
background-color css
<style>
a { background-color: #CB04DF; }
a { background-color: rgb(203,4,223); }
div.DivClassName
{
background-color: #CB04DF;
}
.BgClassName
{
background-color: #CB04DF;
}
</style>
border-color css
<style>
span { border-color: #CB04DF; }
span { border-color: rgb(203,4,223); }
td.TdClassName
{
border-color: #CB04DF;
}
.TagClassName
{
border-color: #CB04DF;
}
</style>