Shades of Deep Magenta #CB02B3
Tints of Deep Magenta #CB02B3
RGB
CMYK
RGB Variations
Color information
#CB02B3 (or 0xCB02B3) is known color: Deep Magenta. HEX triplet: CB, 02 and B3. RGB value is (203,2,179). Sum of RGB (Red+Green+Blue) = 203+2+179=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB02B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB02B3 is #34FD4C. Grayscale: #515151. Windows color (decimal): -3472717 or 11731659. OLE color: 11731659.
HSL color Cylindrical-coordinate representation of color #CB02B3: hue angle of 307.16º 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 #CB02B3 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.20 |
| HSL | 307.16º | 0.98% | 0.4% | - |
| HSV(B) | 307.16º | 0.99% | 0.8% | - |
| XYZ | 32.79 | 15.99 | 44.01 | - |
| YUV | 82.28 | 182.59 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 179 | 0 | 0.99 | 0.12 | 0.20 | 307.16 | 0.98 | 0.4 |
| Hex | CB | 2 | B3 | 0 | 63 | C | 14 | 133 | 62 | 28 |
| Octal | 313 | 2 | 263 | 0 | 143 | 14 | 24 | 463 | 142 | 50 |
| Binary | 11001011 | 10 | 10110011 | 0 | 1100011 | 1100 | 10100 | 100110011 | 1100010 | 101000 |
Color Harmonies of #CB02B3
Complementary color
Monochromatic Colors of #CB02B3
Black with #CB02B3
Text Example
Text Example
White with #CB02B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02B3; }
p { color: rgb(203,2,179); }
H1.HeaderClassName
{
color: #CB02B3;
}
.AnyTagClassName
{
color: #CB02B3;
}
</style>
background-color css
<style>
a { background-color: #CB02B3; }
a { background-color: rgb(203,2,179); }
div.DivClassName
{
background-color: #CB02B3;
}
.BgClassName
{
background-color: #CB02B3;
}
</style>
border-color css
<style>
span { border-color: #CB02B3; }
span { border-color: rgb(203,2,179); }
td.TdClassName
{
border-color: #CB02B3;
}
.TagClassName
{
border-color: #CB02B3;
}
</style>