Shades of Deep Magenta #CA0CE0
Tints of Deep Magenta #CA0CE0
RGB
CMYK
RGB Variations
Color information
#CA0CE0 (or 0xCA0CE0) is known color: Deep Magenta. HEX triplet: CA, 0C and E0. RGB value is (202,12,224). Sum of RGB (Red+Green+Blue) = 202+12+224=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA0CE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CE0 is #35F31F. Grayscale: #5C5C5C. Windows color (decimal): -3535648 or 14683338. OLE color: 14683338.
HSL color Cylindrical-coordinate representation of color #CA0CE0: hue angle of 293.77º degrees, saturation: 0.9, 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 #CA0CE0 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 12 | 224 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.12 |
| HSL | 293.77º | 0.9% | 0.46% | - |
| HSV(B) | 293.77º | 0.95% | 0.88% | - |
| XYZ | 37.94 | 18.2 | 72.03 | - |
| YUV | 92.98 | 201.95 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 224 | 0.10 | 0.95 | 0 | 0.12 | 293.77 | 0.9 | 0.46 |
| Hex | CA | C | E0 | A | 5F | 0 | C | 126 | 5A | 2E |
| Octal | 312 | 14 | 340 | 12 | 137 | 0 | 14 | 446 | 132 | 56 |
| Binary | 11001010 | 1100 | 11100000 | 1010 | 1011111 | 0 | 1100 | 100100110 | 1011010 | 101110 |
Color Harmonies of #CA0CE0
Complementary color
Monochromatic Colors of #CA0CE0
Black with #CA0CE0
Text Example
Text Example
White with #CA0CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CE0; }
p { color: rgb(202,12,224); }
H1.HeaderClassName
{
color: #CA0CE0;
}
.AnyTagClassName
{
color: #CA0CE0;
}
</style>
background-color css
<style>
a { background-color: #CA0CE0; }
a { background-color: rgb(202,12,224); }
div.DivClassName
{
background-color: #CA0CE0;
}
.BgClassName
{
background-color: #CA0CE0;
}
</style>
border-color css
<style>
span { border-color: #CA0CE0; }
span { border-color: rgb(202,12,224); }
td.TdClassName
{
border-color: #CA0CE0;
}
.TagClassName
{
border-color: #CA0CE0;
}
</style>