Shades of Deep Magenta #CB08A8
Tints of Deep Magenta #CB08A8
RGB
CMYK
RGB Variations
Color information
#CB08A8 (or 0xCB08A8) is known color: Deep Magenta. HEX triplet: CB, 08 and A8. RGB value is (203,8,168). Sum of RGB (Red+Green+Blue) = 203+8+168=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB08A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB08A8 is #34F757. Grayscale: #545454. Windows color (decimal): -3471192 or 11012299. OLE color: 11012299.
HSL color Cylindrical-coordinate representation of color #CB08A8: hue angle of 310.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB08A8 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 168 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.20 |
| HSL | 310.77º | 0.92% | 0.41% | - |
| HSV(B) | 310.77º | 0.96% | 0.8% | - |
| XYZ | 31.78 | 15.7 | 38.4 | - |
| YUV | 84.55 | 175.1 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 168 | 0 | 0.96 | 0.17 | 0.20 | 310.77 | 0.92 | 0.41 |
| Hex | CB | 8 | A8 | 0 | 60 | 11 | 14 | 137 | 5C | 29 |
| Octal | 313 | 10 | 250 | 0 | 140 | 21 | 24 | 467 | 134 | 51 |
| Binary | 11001011 | 1000 | 10101000 | 0 | 1100000 | 10001 | 10100 | 100110111 | 1011100 | 101001 |
Color Harmonies of #CB08A8
Complementary color
Monochromatic Colors of #CB08A8
Black with #CB08A8
Text Example
Text Example
White with #CB08A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08A8; }
p { color: rgb(203,8,168); }
H1.HeaderClassName
{
color: #CB08A8;
}
.AnyTagClassName
{
color: #CB08A8;
}
</style>
background-color css
<style>
a { background-color: #CB08A8; }
a { background-color: rgb(203,8,168); }
div.DivClassName
{
background-color: #CB08A8;
}
.BgClassName
{
background-color: #CB08A8;
}
</style>
border-color css
<style>
span { border-color: #CB08A8; }
span { border-color: rgb(203,8,168); }
td.TdClassName
{
border-color: #CB08A8;
}
.TagClassName
{
border-color: #CB08A8;
}
</style>