Shades of Deep Magenta #CB0AE5
Tints of Deep Magenta #CB0AE5
RGB
CMYK
RGB Variations
Color information
#CB0AE5 (or 0xCB0AE5) is known color: Deep Magenta. HEX triplet: CB, 0A and E5. RGB value is (203,10,229). Sum of RGB (Red+Green+Blue) = 203+10+229=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB0AE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0AE5 is #34F51A. Grayscale: #5B5B5B. Windows color (decimal): -3470619 or 15010507. OLE color: 15010507.
HSL color Cylindrical-coordinate representation of color #CB0AE5: hue angle of 292.88º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0AE5 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 10 | 229 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.10 |
| HSL | 292.88º | 0.92% | 0.47% | - |
| HSV(B) | 292.88º | 0.96% | 0.9% | - |
| XYZ | 38.88 | 18.57 | 75.66 | - |
| YUV | 92.67 | 204.94 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 229 | 0.11 | 0.96 | 0 | 0.10 | 292.88 | 0.92 | 0.47 |
| Hex | CB | A | E5 | B | 60 | 0 | A | 125 | 5C | 2F |
| Octal | 313 | 12 | 345 | 13 | 140 | 0 | 12 | 445 | 134 | 57 |
| Binary | 11001011 | 1010 | 11100101 | 1011 | 1100000 | 0 | 1010 | 100100101 | 1011100 | 101111 |
Color Harmonies of #CB0AE5
Complementary color
Monochromatic Colors of #CB0AE5
Black with #CB0AE5
Text Example
Text Example
White with #CB0AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0AE5; }
p { color: rgb(203,10,229); }
H1.HeaderClassName
{
color: #CB0AE5;
}
.AnyTagClassName
{
color: #CB0AE5;
}
</style>
background-color css
<style>
a { background-color: #CB0AE5; }
a { background-color: rgb(203,10,229); }
div.DivClassName
{
background-color: #CB0AE5;
}
.BgClassName
{
background-color: #CB0AE5;
}
</style>
border-color css
<style>
span { border-color: #CB0AE5; }
span { border-color: rgb(203,10,229); }
td.TdClassName
{
border-color: #CB0AE5;
}
.TagClassName
{
border-color: #CB0AE5;
}
</style>