Shades of Deep Magenta #CB08AD
Tints of Deep Magenta #CB08AD
RGB
CMYK
RGB Variations
Color information
#CB08AD (or 0xCB08AD) is known color: Deep Magenta. HEX triplet: CB, 08 and AD. RGB value is (203,8,173). Sum of RGB (Red+Green+Blue) = 203+8+173=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB08AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB08AD is #34F752. Grayscale: #545454. Windows color (decimal): -3471187 or 11339979. OLE color: 11339979.
HSL color Cylindrical-coordinate representation of color #CB08AD: hue angle of 309.23º 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 #CB08AD is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 173 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.20 |
| HSL | 309.23º | 0.92% | 0.41% | - |
| HSV(B) | 309.23º | 0.96% | 0.8% | - |
| XYZ | 32.26 | 15.89 | 40.9 | - |
| YUV | 85.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 173 | 0 | 0.96 | 0.15 | 0.20 | 309.23 | 0.92 | 0.41 |
| Hex | CB | 8 | AD | 0 | 60 | F | 14 | 135 | 5C | 29 |
| Octal | 313 | 10 | 255 | 0 | 140 | 17 | 24 | 465 | 134 | 51 |
| Binary | 11001011 | 1000 | 10101101 | 0 | 1100000 | 1111 | 10100 | 100110101 | 1011100 | 101001 |
Color Harmonies of #CB08AD
Complementary color
Monochromatic Colors of #CB08AD
Black with #CB08AD
Text Example
Text Example
White with #CB08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08AD; }
p { color: rgb(203,8,173); }
H1.HeaderClassName
{
color: #CB08AD;
}
.AnyTagClassName
{
color: #CB08AD;
}
</style>
background-color css
<style>
a { background-color: #CB08AD; }
a { background-color: rgb(203,8,173); }
div.DivClassName
{
background-color: #CB08AD;
}
.BgClassName
{
background-color: #CB08AD;
}
</style>
border-color css
<style>
span { border-color: #CB08AD; }
span { border-color: rgb(203,8,173); }
td.TdClassName
{
border-color: #CB08AD;
}
.TagClassName
{
border-color: #CB08AD;
}
</style>