Shades of Deep Magenta #CA0BE1
Tints of Deep Magenta #CA0BE1
RGB
CMYK
RGB Variations
Color information
#CA0BE1 (or 0xCA0BE1) is known color: Deep Magenta. HEX triplet: CA, 0B and E1. RGB value is (202,11,225). Sum of RGB (Red+Green+Blue) = 202+11+225=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA0BE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0BE1 is #35F41E. Grayscale: #5B5B5B. Windows color (decimal): -3535903 or 14748618. OLE color: 14748618.
HSL color Cylindrical-coordinate representation of color #CA0BE1: hue angle of 293.55º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0BE1 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 11 | 225 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.12 |
| HSL | 293.55º | 0.91% | 0.46% | - |
| HSV(B) | 293.55º | 0.95% | 0.88% | - |
| XYZ | 38.07 | 18.23 | 72.75 | - |
| YUV | 92.51 | 202.78 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 225 | 0.10 | 0.95 | 0 | 0.12 | 293.55 | 0.91 | 0.46 |
| Hex | CA | B | E1 | A | 5F | 0 | C | 126 | 5B | 2E |
| Octal | 312 | 13 | 341 | 12 | 137 | 0 | 14 | 446 | 133 | 56 |
| Binary | 11001010 | 1011 | 11100001 | 1010 | 1011111 | 0 | 1100 | 100100110 | 1011011 | 101110 |
Color Harmonies of #CA0BE1
Complementary color
Monochromatic Colors of #CA0BE1
Black with #CA0BE1
Text Example
Text Example
White with #CA0BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BE1; }
p { color: rgb(202,11,225); }
H1.HeaderClassName
{
color: #CA0BE1;
}
.AnyTagClassName
{
color: #CA0BE1;
}
</style>
background-color css
<style>
a { background-color: #CA0BE1; }
a { background-color: rgb(202,11,225); }
div.DivClassName
{
background-color: #CA0BE1;
}
.BgClassName
{
background-color: #CA0BE1;
}
</style>
border-color css
<style>
span { border-color: #CA0BE1; }
span { border-color: rgb(202,11,225); }
td.TdClassName
{
border-color: #CA0BE1;
}
.TagClassName
{
border-color: #CA0BE1;
}
</style>