Shades of Deep Magenta #CB02A6
Tints of Deep Magenta #CB02A6
RGB
CMYK
RGB Variations
Color information
#CB02A6 (or 0xCB02A6) is known color: Deep Magenta. HEX triplet: CB, 02 and A6. RGB value is (203,2,166). Sum of RGB (Red+Green+Blue) = 203+2+166=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB02A6 is #34FD59. Grayscale: #505050. Windows color (decimal): -3472730 or 10879691. OLE color: 10879691.
HSL color Cylindrical-coordinate representation of color #CB02A6: hue angle of 311.04º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.20 |
| HSL | 311.04º | 0.98% | 0.4% | - |
| HSV(B) | 311.04º | 0.99% | 0.8% | - |
| XYZ | 31.53 | 15.49 | 37.4 | - |
| YUV | 80.8 | 176.09 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 166 | 0 | 0.99 | 0.18 | 0.20 | 311.04 | 0.98 | 0.4 |
| Hex | CB | 2 | A6 | 0 | 63 | 12 | 14 | 137 | 62 | 28 |
| Octal | 313 | 2 | 246 | 0 | 143 | 22 | 24 | 467 | 142 | 50 |
| Binary | 11001011 | 10 | 10100110 | 0 | 1100011 | 10010 | 10100 | 100110111 | 1100010 | 101000 |
Color Harmonies of #CB02A6
Complementary color
Monochromatic Colors of #CB02A6
Black with #CB02A6
Text Example
Text Example
White with #CB02A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02A6; }
p { color: rgb(203,2,166); }
H1.HeaderClassName
{
color: #CB02A6;
}
.AnyTagClassName
{
color: #CB02A6;
}
</style>
background-color css
<style>
a { background-color: #CB02A6; }
a { background-color: rgb(203,2,166); }
div.DivClassName
{
background-color: #CB02A6;
}
.BgClassName
{
background-color: #CB02A6;
}
</style>
border-color css
<style>
span { border-color: #CB02A6; }
span { border-color: rgb(203,2,166); }
td.TdClassName
{
border-color: #CB02A6;
}
.TagClassName
{
border-color: #CB02A6;
}
</style>