Shades of Deep Magenta #CB02D4
Tints of Deep Magenta #CB02D4
RGB
CMYK
RGB Variations
Color information
#CB02D4 (or 0xCB02D4) is known color: Deep Magenta. HEX triplet: CB, 02 and D4. RGB value is (203,2,212). Sum of RGB (Red+Green+Blue) = 203+2+212=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB02D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB02D4 is #34FD2B. Grayscale: #555555. Windows color (decimal): -3472684 or 13894347. OLE color: 13894347.
HSL color Cylindrical-coordinate representation of color #CB02D4: hue angle of 297.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02D4 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 2 | 212 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.17 |
| HSL | 297.43º | 0.98% | 0.42% | - |
| HSV(B) | 297.43º | 0.99% | 0.83% | - |
| XYZ | 36.53 | 17.49 | 63.74 | - |
| YUV | 86.04 | 199.09 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 212 | 0.04 | 0.99 | 0 | 0.17 | 297.43 | 0.98 | 0.42 |
| Hex | CB | 2 | D4 | 4 | 63 | 0 | 11 | 129 | 62 | 2A |
| Octal | 313 | 2 | 324 | 4 | 143 | 0 | 21 | 451 | 142 | 52 |
| Binary | 11001011 | 10 | 11010100 | 100 | 1100011 | 0 | 10001 | 100101001 | 1100010 | 101010 |
Color Harmonies of #CB02D4
Complementary color
Monochromatic Colors of #CB02D4
Black with #CB02D4
Text Example
Text Example
White with #CB02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02D4; }
p { color: rgb(203,2,212); }
H1.HeaderClassName
{
color: #CB02D4;
}
.AnyTagClassName
{
color: #CB02D4;
}
</style>
background-color css
<style>
a { background-color: #CB02D4; }
a { background-color: rgb(203,2,212); }
div.DivClassName
{
background-color: #CB02D4;
}
.BgClassName
{
background-color: #CB02D4;
}
</style>
border-color css
<style>
span { border-color: #CB02D4; }
span { border-color: rgb(203,2,212); }
td.TdClassName
{
border-color: #CB02D4;
}
.TagClassName
{
border-color: #CB02D4;
}
</style>