Shades of Deep Magenta #CB09AC
Tints of Deep Magenta #CB09AC
RGB
CMYK
RGB Variations
Color information
#CB09AC (or 0xCB09AC) is known color: Deep Magenta. HEX triplet: CB, 09 and AC. RGB value is (203,9,172). Sum of RGB (Red+Green+Blue) = 203+9+172=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB09AC is #34F653. Grayscale: #555555. Windows color (decimal): -3470932 or 11274699. OLE color: 11274699.
HSL color Cylindrical-coordinate representation of color #CB09AC: hue angle of 309.59º 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 #CB09AC is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 172 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.20 |
| HSL | 309.59º | 0.92% | 0.42% | - |
| HSV(B) | 309.59º | 0.96% | 0.8% | - |
| XYZ | 32.17 | 15.87 | 40.4 | - |
| YUV | 85.59 | 176.77 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 172 | 0 | 0.96 | 0.15 | 0.20 | 309.59 | 0.92 | 0.42 |
| Hex | CB | 9 | AC | 0 | 60 | F | 14 | 136 | 5C | 2A |
| Octal | 313 | 11 | 254 | 0 | 140 | 17 | 24 | 466 | 134 | 52 |
| Binary | 11001011 | 1001 | 10101100 | 0 | 1100000 | 1111 | 10100 | 100110110 | 1011100 | 101010 |
Color Harmonies of #CB09AC
Complementary color
Monochromatic Colors of #CB09AC
Black with #CB09AC
Text Example
Text Example
White with #CB09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09AC; }
p { color: rgb(203,9,172); }
H1.HeaderClassName
{
color: #CB09AC;
}
.AnyTagClassName
{
color: #CB09AC;
}
</style>
background-color css
<style>
a { background-color: #CB09AC; }
a { background-color: rgb(203,9,172); }
div.DivClassName
{
background-color: #CB09AC;
}
.BgClassName
{
background-color: #CB09AC;
}
</style>
border-color css
<style>
span { border-color: #CB09AC; }
span { border-color: rgb(203,9,172); }
td.TdClassName
{
border-color: #CB09AC;
}
.TagClassName
{
border-color: #CB09AC;
}
</style>