Shades of Deep Magenta #CB04CF
Tints of Deep Magenta #CB04CF
RGB
CMYK
RGB Variations
Color information
#CB04CF (or 0xCB04CF) is known color: Deep Magenta. HEX triplet: CB, 04 and CF. RGB value is (203,4,207). Sum of RGB (Red+Green+Blue) = 203+4+207=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB04CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04CF is #34FB30. Grayscale: #565656. Windows color (decimal): -3472177 or 13567179. OLE color: 13567179.
HSL color Cylindrical-coordinate representation of color #CB04CF: hue angle of 298.82º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04CF is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 4 | 207 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.19 |
| HSL | 298.82º | 0.96% | 0.41% | - |
| HSV(B) | 298.82º | 0.98% | 0.81% | - |
| XYZ | 35.93 | 17.29 | 60.47 | - |
| YUV | 86.64 | 195.93 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 207 | 0.02 | 0.98 | 0 | 0.19 | 298.82 | 0.96 | 0.41 |
| Hex | CB | 4 | CF | 2 | 62 | 0 | 13 | 12B | 60 | 29 |
| Octal | 313 | 4 | 317 | 2 | 142 | 0 | 23 | 453 | 140 | 51 |
| Binary | 11001011 | 100 | 11001111 | 10 | 1100010 | 0 | 10011 | 100101011 | 1100000 | 101001 |
Color Harmonies of #CB04CF
Complementary color
Monochromatic Colors of #CB04CF
Black with #CB04CF
Text Example
Text Example
White with #CB04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04CF; }
p { color: rgb(203,4,207); }
H1.HeaderClassName
{
color: #CB04CF;
}
.AnyTagClassName
{
color: #CB04CF;
}
</style>
background-color css
<style>
a { background-color: #CB04CF; }
a { background-color: rgb(203,4,207); }
div.DivClassName
{
background-color: #CB04CF;
}
.BgClassName
{
background-color: #CB04CF;
}
</style>
border-color css
<style>
span { border-color: #CB04CF; }
span { border-color: rgb(203,4,207); }
td.TdClassName
{
border-color: #CB04CF;
}
.TagClassName
{
border-color: #CB04CF;
}
</style>