Shades of Deep Magenta #CB03DF
Tints of Deep Magenta #CB03DF
RGB
CMYK
RGB Variations
Color information
#CB03DF (or 0xCB03DF) is known color: Deep Magenta. HEX triplet: CB, 03 and DF. RGB value is (203,3,223). Sum of RGB (Red+Green+Blue) = 203+3+223=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB03DF is #34FC20. Grayscale: #575757. Windows color (decimal): -3472417 or 14615499. OLE color: 14615499.
HSL color Cylindrical-coordinate representation of color #CB03DF: hue angle of 294.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03DF is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 3 | 223 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.13 |
| HSL | 294.55º | 0.97% | 0.44% | - |
| HSV(B) | 294.55º | 0.99% | 0.87% | - |
| XYZ | 37.98 | 18.09 | 71.3 | - |
| YUV | 87.88 | 204.26 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 223 | 0.09 | 0.99 | 0 | 0.13 | 294.55 | 0.97 | 0.44 |
| Hex | CB | 3 | DF | 9 | 63 | 0 | D | 127 | 61 | 2C |
| Octal | 313 | 3 | 337 | 11 | 143 | 0 | 15 | 447 | 141 | 54 |
| Binary | 11001011 | 11 | 11011111 | 1001 | 1100011 | 0 | 1101 | 100100111 | 1100001 | 101100 |
Color Harmonies of #CB03DF
Complementary color
Monochromatic Colors of #CB03DF
Black with #CB03DF
Text Example
Text Example
White with #CB03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03DF; }
p { color: rgb(203,3,223); }
H1.HeaderClassName
{
color: #CB03DF;
}
.AnyTagClassName
{
color: #CB03DF;
}
</style>
background-color css
<style>
a { background-color: #CB03DF; }
a { background-color: rgb(203,3,223); }
div.DivClassName
{
background-color: #CB03DF;
}
.BgClassName
{
background-color: #CB03DF;
}
</style>
border-color css
<style>
span { border-color: #CB03DF; }
span { border-color: rgb(203,3,223); }
td.TdClassName
{
border-color: #CB03DF;
}
.TagClassName
{
border-color: #CB03DF;
}
</style>