Shades of Deep Magenta #CB1CAE
Tints of Deep Magenta #CB1CAE
RGB
CMYK
RGB Variations
Color information
#CB1CAE (or 0xCB1CAE) is known color: Deep Magenta. HEX triplet: CB, 1C and AE. RGB value is (203,28,174). Sum of RGB (Red+Green+Blue) = 203+28+174=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1CAE is #34E351. Grayscale: #606060. Windows color (decimal): -3466066 or 11410635. OLE color: 11410635.
HSL color Cylindrical-coordinate representation of color #CB1CAE: hue angle of 309.94º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1CAE is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 174 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.20 |
| HSL | 309.94º | 0.76% | 0.45% | - |
| HSV(B) | 309.94º | 0.86% | 0.8% | - |
| XYZ | 32.68 | 16.58 | 41.52 | - |
| YUV | 96.97 | 171.48 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 174 | 0 | 0.86 | 0.14 | 0.20 | 309.94 | 0.76 | 0.45 |
| Hex | CB | 1C | AE | 0 | 56 | E | 14 | 136 | 4C | 2D |
| Octal | 313 | 34 | 256 | 0 | 126 | 16 | 24 | 466 | 114 | 55 |
| Binary | 11001011 | 11100 | 10101110 | 0 | 1010110 | 1110 | 10100 | 100110110 | 1001100 | 101101 |
Color Harmonies of #CB1CAE
Complementary color
Monochromatic Colors of #CB1CAE
Black with #CB1CAE
Text Example
Text Example
White with #CB1CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CAE; }
p { color: rgb(203,28,174); }
H1.HeaderClassName
{
color: #CB1CAE;
}
.AnyTagClassName
{
color: #CB1CAE;
}
</style>
background-color css
<style>
a { background-color: #CB1CAE; }
a { background-color: rgb(203,28,174); }
div.DivClassName
{
background-color: #CB1CAE;
}
.BgClassName
{
background-color: #CB1CAE;
}
</style>
border-color css
<style>
span { border-color: #CB1CAE; }
span { border-color: rgb(203,28,174); }
td.TdClassName
{
border-color: #CB1CAE;
}
.TagClassName
{
border-color: #CB1CAE;
}
</style>