Shades of Deep Magenta #CB15AE
Tints of Deep Magenta #CB15AE
RGB
CMYK
RGB Variations
Color information
#CB15AE (or 0xCB15AE) is known color: Deep Magenta. HEX triplet: CB, 15 and AE. RGB value is (203,21,174). Sum of RGB (Red+Green+Blue) = 203+21+174=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB15AE is #34EA51. Grayscale: #5C5C5C. Windows color (decimal): -3467858 or 11408843. OLE color: 11408843.
HSL color Cylindrical-coordinate representation of color #CB15AE: hue angle of 309.56º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB15AE is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 174 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.20 |
| HSL | 309.56º | 0.81% | 0.44% | - |
| HSV(B) | 309.56º | 0.9% | 0.8% | - |
| XYZ | 32.54 | 16.29 | 41.47 | - |
| YUV | 92.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 174 | 0 | 0.90 | 0.14 | 0.20 | 309.56 | 0.81 | 0.44 |
| Hex | CB | 15 | AE | 0 | 5A | E | 14 | 136 | 51 | 2C |
| Octal | 313 | 25 | 256 | 0 | 132 | 16 | 24 | 466 | 121 | 54 |
| Binary | 11001011 | 10101 | 10101110 | 0 | 1011010 | 1110 | 10100 | 100110110 | 1010001 | 101100 |
Color Harmonies of #CB15AE
Complementary color
Monochromatic Colors of #CB15AE
Black with #CB15AE
Text Example
Text Example
White with #CB15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15AE; }
p { color: rgb(203,21,174); }
H1.HeaderClassName
{
color: #CB15AE;
}
.AnyTagClassName
{
color: #CB15AE;
}
</style>
background-color css
<style>
a { background-color: #CB15AE; }
a { background-color: rgb(203,21,174); }
div.DivClassName
{
background-color: #CB15AE;
}
.BgClassName
{
background-color: #CB15AE;
}
</style>
border-color css
<style>
span { border-color: #CB15AE; }
span { border-color: rgb(203,21,174); }
td.TdClassName
{
border-color: #CB15AE;
}
.TagClassName
{
border-color: #CB15AE;
}
</style>