Shades of Deep Magenta #CB09A8
Tints of Deep Magenta #CB09A8
RGB
CMYK
RGB Variations
Color information
#CB09A8 (or 0xCB09A8) is known color: Deep Magenta. HEX triplet: CB, 09 and A8. RGB value is (203,9,168). Sum of RGB (Red+Green+Blue) = 203+9+168=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB09A8 is #34F657. Grayscale: #545454. Windows color (decimal): -3470936 or 11012555. OLE color: 11012555.
HSL color Cylindrical-coordinate representation of color #CB09A8: hue angle of 310.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09A8 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.20 |
| HSL | 310.82º | 0.92% | 0.42% | - |
| HSV(B) | 310.82º | 0.96% | 0.8% | - |
| XYZ | 31.79 | 15.72 | 38.4 | - |
| YUV | 85.13 | 174.77 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 168 | 0 | 0.96 | 0.17 | 0.20 | 310.82 | 0.92 | 0.42 |
| Hex | CB | 9 | A8 | 0 | 60 | 11 | 14 | 137 | 5C | 2A |
| Octal | 313 | 11 | 250 | 0 | 140 | 21 | 24 | 467 | 134 | 52 |
| Binary | 11001011 | 1001 | 10101000 | 0 | 1100000 | 10001 | 10100 | 100110111 | 1011100 | 101010 |
Color Harmonies of #CB09A8
Complementary color
Monochromatic Colors of #CB09A8
Black with #CB09A8
Text Example
Text Example
White with #CB09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09A8; }
p { color: rgb(203,9,168); }
H1.HeaderClassName
{
color: #CB09A8;
}
.AnyTagClassName
{
color: #CB09A8;
}
</style>
background-color css
<style>
a { background-color: #CB09A8; }
a { background-color: rgb(203,9,168); }
div.DivClassName
{
background-color: #CB09A8;
}
.BgClassName
{
background-color: #CB09A8;
}
</style>
border-color css
<style>
span { border-color: #CB09A8; }
span { border-color: rgb(203,9,168); }
td.TdClassName
{
border-color: #CB09A8;
}
.TagClassName
{
border-color: #CB09A8;
}
</style>