Shades of Deep Magenta #CB03CF
Tints of Deep Magenta #CB03CF
RGB
CMYK
RGB Variations
Color information
#CB03CF (or 0xCB03CF) is known color: Deep Magenta. HEX triplet: CB, 03 and CF. RGB value is (203,3,207). Sum of RGB (Red+Green+Blue) = 203+3+207=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB03CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB03CF is #34FC30. Grayscale: #555555. Windows color (decimal): -3472433 or 13566923. OLE color: 13566923.
HSL color Cylindrical-coordinate representation of color #CB03CF: hue angle of 298.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03CF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 3 | 207 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.19 |
| HSL | 298.82º | 0.97% | 0.41% | - |
| HSV(B) | 298.82º | 0.99% | 0.81% | - |
| XYZ | 35.92 | 17.27 | 60.47 | - |
| YUV | 86.06 | 196.26 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 207 | 0.02 | 0.99 | 0 | 0.19 | 298.82 | 0.97 | 0.41 |
| Hex | CB | 3 | CF | 2 | 63 | 0 | 13 | 12B | 61 | 29 |
| Octal | 313 | 3 | 317 | 2 | 143 | 0 | 23 | 453 | 141 | 51 |
| Binary | 11001011 | 11 | 11001111 | 10 | 1100011 | 0 | 10011 | 100101011 | 1100001 | 101001 |
Color Harmonies of #CB03CF
Complementary color
Monochromatic Colors of #CB03CF
Black with #CB03CF
Text Example
Text Example
White with #CB03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03CF; }
p { color: rgb(203,3,207); }
H1.HeaderClassName
{
color: #CB03CF;
}
.AnyTagClassName
{
color: #CB03CF;
}
</style>
background-color css
<style>
a { background-color: #CB03CF; }
a { background-color: rgb(203,3,207); }
div.DivClassName
{
background-color: #CB03CF;
}
.BgClassName
{
background-color: #CB03CF;
}
</style>
border-color css
<style>
span { border-color: #CB03CF; }
span { border-color: rgb(203,3,207); }
td.TdClassName
{
border-color: #CB03CF;
}
.TagClassName
{
border-color: #CB03CF;
}
</style>