Shades of Deep Magenta #CB10AA
Tints of Deep Magenta #CB10AA
RGB
CMYK
RGB Variations
Color information
#CB10AA (or 0xCB10AA) is known color: Deep Magenta. HEX triplet: CB, 10 and AA. RGB value is (203,16,170). Sum of RGB (Red+Green+Blue) = 203+16+170=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB10AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB10AA is #34EF55. Grayscale: #595959. Windows color (decimal): -3469142 or 11145419. OLE color: 11145419.
HSL color Cylindrical-coordinate representation of color #CB10AA: hue angle of 310.59º 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 #CB10AA is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 170 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.20 |
| HSL | 310.59º | 0.85% | 0.43% | - |
| HSV(B) | 310.59º | 0.92% | 0.8% | - |
| XYZ | 32.07 | 15.97 | 39.42 | - |
| YUV | 89.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 170 | 0 | 0.92 | 0.16 | 0.20 | 310.59 | 0.85 | 0.43 |
| Hex | CB | 10 | AA | 0 | 5C | 10 | 14 | 137 | 55 | 2B |
| Octal | 313 | 20 | 252 | 0 | 134 | 20 | 24 | 467 | 125 | 53 |
| Binary | 11001011 | 10000 | 10101010 | 0 | 1011100 | 10000 | 10100 | 100110111 | 1010101 | 101011 |
Color Harmonies of #CB10AA
Complementary color
Monochromatic Colors of #CB10AA
Black with #CB10AA
Text Example
Text Example
White with #CB10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10AA; }
p { color: rgb(203,16,170); }
H1.HeaderClassName
{
color: #CB10AA;
}
.AnyTagClassName
{
color: #CB10AA;
}
</style>
background-color css
<style>
a { background-color: #CB10AA; }
a { background-color: rgb(203,16,170); }
div.DivClassName
{
background-color: #CB10AA;
}
.BgClassName
{
background-color: #CB10AA;
}
</style>
border-color css
<style>
span { border-color: #CB10AA; }
span { border-color: rgb(203,16,170); }
td.TdClassName
{
border-color: #CB10AA;
}
.TagClassName
{
border-color: #CB10AA;
}
</style>