Shades of Deep Magenta #CB1AE5
Tints of Deep Magenta #CB1AE5
RGB
CMYK
RGB Variations
Color information
#CB1AE5 (or 0xCB1AE5) is known color: Deep Magenta. HEX triplet: CB, 1A and E5. RGB value is (203,26,229). Sum of RGB (Red+Green+Blue) = 203+26+229=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB1AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1AE5 is #34E51A. Grayscale: #656565. Windows color (decimal): -3466523 or 15014603. OLE color: 15014603.
HSL color Cylindrical-coordinate representation of color #CB1AE5: hue angle of 292.32º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1AE5 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 26 | 229 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.10 |
| HSL | 292.32º | 0.8% | 0.5% | - |
| HSV(B) | 292.32º | 0.89% | 0.9% | - |
| XYZ | 39.14 | 19.09 | 75.75 | - |
| YUV | 102.07 | 199.64 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 229 | 0.11 | 0.89 | 0 | 0.10 | 292.32 | 0.8 | 0.5 |
| Hex | CB | 1A | E5 | B | 59 | 0 | A | 124 | 50 | 32 |
| Octal | 313 | 32 | 345 | 13 | 131 | 0 | 12 | 444 | 120 | 62 |
| Binary | 11001011 | 11010 | 11100101 | 1011 | 1011001 | 0 | 1010 | 100100100 | 1010000 | 110010 |
Color Harmonies of #CB1AE5
Complementary color
Monochromatic Colors of #CB1AE5
Black with #CB1AE5
Text Example
Text Example
White with #CB1AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1AE5; }
p { color: rgb(203,26,229); }
H1.HeaderClassName
{
color: #CB1AE5;
}
.AnyTagClassName
{
color: #CB1AE5;
}
</style>
background-color css
<style>
a { background-color: #CB1AE5; }
a { background-color: rgb(203,26,229); }
div.DivClassName
{
background-color: #CB1AE5;
}
.BgClassName
{
background-color: #CB1AE5;
}
</style>
border-color css
<style>
span { border-color: #CB1AE5; }
span { border-color: rgb(203,26,229); }
td.TdClassName
{
border-color: #CB1AE5;
}
.TagClassName
{
border-color: #CB1AE5;
}
</style>