Shades of Deep Magenta #CB10AD
Tints of Deep Magenta #CB10AD
RGB
CMYK
RGB Variations
Color information
#CB10AD (or 0xCB10AD) is known color: Deep Magenta. HEX triplet: CB, 10 and AD. RGB value is (203,16,173). Sum of RGB (Red+Green+Blue) = 203+16+173=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB10AD is #34EF52. Grayscale: #595959. Windows color (decimal): -3469139 or 11342027. OLE color: 11342027.
HSL color Cylindrical-coordinate representation of color #CB10AD: hue angle of 309.63º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB10AD is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 173 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.20 |
| HSL | 309.63º | 0.85% | 0.43% | - |
| HSV(B) | 309.63º | 0.92% | 0.8% | - |
| XYZ | 32.36 | 16.08 | 40.93 | - |
| YUV | 89.81 | 174.95 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 173 | 0 | 0.92 | 0.15 | 0.20 | 309.63 | 0.85 | 0.43 |
| Hex | CB | 10 | AD | 0 | 5C | F | 14 | 136 | 55 | 2B |
| Octal | 313 | 20 | 255 | 0 | 134 | 17 | 24 | 466 | 125 | 53 |
| Binary | 11001011 | 10000 | 10101101 | 0 | 1011100 | 1111 | 10100 | 100110110 | 1010101 | 101011 |
Color Harmonies of #CB10AD
Complementary color
Monochromatic Colors of #CB10AD
Black with #CB10AD
Text Example
Text Example
White with #CB10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10AD; }
p { color: rgb(203,16,173); }
H1.HeaderClassName
{
color: #CB10AD;
}
.AnyTagClassName
{
color: #CB10AD;
}
</style>
background-color css
<style>
a { background-color: #CB10AD; }
a { background-color: rgb(203,16,173); }
div.DivClassName
{
background-color: #CB10AD;
}
.BgClassName
{
background-color: #CB10AD;
}
</style>
border-color css
<style>
span { border-color: #CB10AD; }
span { border-color: rgb(203,16,173); }
td.TdClassName
{
border-color: #CB10AD;
}
.TagClassName
{
border-color: #CB10AD;
}
</style>