Shades of Deep Magenta #CB0CAF
Tints of Deep Magenta #CB0CAF
RGB
CMYK
RGB Variations
Color information
#CB0CAF (or 0xCB0CAF) is known color: Deep Magenta. HEX triplet: CB, 0C and AF. RGB value is (203,12,175). Sum of RGB (Red+Green+Blue) = 203+12+175=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0CAF is #34F350. Grayscale: #575757. Windows color (decimal): -3470161 or 11472075. OLE color: 11472075.
HSL color Cylindrical-coordinate representation of color #CB0CAF: hue angle of 308.8º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0CAF is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 175 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.20 |
| HSL | 308.8º | 0.89% | 0.42% | - |
| HSV(B) | 308.8º | 0.94% | 0.8% | - |
| XYZ | 32.5 | 16.05 | 41.94 | - |
| YUV | 87.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 175 | 0 | 0.94 | 0.14 | 0.20 | 308.8 | 0.89 | 0.42 |
| Hex | CB | C | AF | 0 | 5E | E | 14 | 135 | 59 | 2A |
| Octal | 313 | 14 | 257 | 0 | 136 | 16 | 24 | 465 | 131 | 52 |
| Binary | 11001011 | 1100 | 10101111 | 0 | 1011110 | 1110 | 10100 | 100110101 | 1011001 | 101010 |
Color Harmonies of #CB0CAF
Complementary color
Monochromatic Colors of #CB0CAF
Black with #CB0CAF
Text Example
Text Example
White with #CB0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CAF; }
p { color: rgb(203,12,175); }
H1.HeaderClassName
{
color: #CB0CAF;
}
.AnyTagClassName
{
color: #CB0CAF;
}
</style>
background-color css
<style>
a { background-color: #CB0CAF; }
a { background-color: rgb(203,12,175); }
div.DivClassName
{
background-color: #CB0CAF;
}
.BgClassName
{
background-color: #CB0CAF;
}
</style>
border-color css
<style>
span { border-color: #CB0CAF; }
span { border-color: rgb(203,12,175); }
td.TdClassName
{
border-color: #CB0CAF;
}
.TagClassName
{
border-color: #CB0CAF;
}
</style>