Shades of Deep Magenta #CA0FE0
Tints of Deep Magenta #CA0FE0
RGB
CMYK
RGB Variations
Color information
#CA0FE0 (or 0xCA0FE0) is known color: Deep Magenta. HEX triplet: CA, 0F and E0. RGB value is (202,15,224). Sum of RGB (Red+Green+Blue) = 202+15+224=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA0FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0FE0 is #35F01F. Grayscale: #5E5E5E. Windows color (decimal): -3534880 or 14684106. OLE color: 14684106.
HSL color Cylindrical-coordinate representation of color #CA0FE0: hue angle of 293.68º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0FE0 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 15 | 224 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.12 |
| HSL | 293.68º | 0.87% | 0.47% | - |
| HSV(B) | 293.68º | 0.93% | 0.88% | - |
| XYZ | 37.98 | 18.28 | 72.05 | - |
| YUV | 94.74 | 200.95 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 224 | 0.10 | 0.93 | 0 | 0.12 | 293.68 | 0.87 | 0.47 |
| Hex | CA | F | E0 | A | 5D | 0 | C | 126 | 57 | 2F |
| Octal | 312 | 17 | 340 | 12 | 135 | 0 | 14 | 446 | 127 | 57 |
| Binary | 11001010 | 1111 | 11100000 | 1010 | 1011101 | 0 | 1100 | 100100110 | 1010111 | 101111 |
Color Harmonies of #CA0FE0
Complementary color
Monochromatic Colors of #CA0FE0
Black with #CA0FE0
Text Example
Text Example
White with #CA0FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FE0; }
p { color: rgb(202,15,224); }
H1.HeaderClassName
{
color: #CA0FE0;
}
.AnyTagClassName
{
color: #CA0FE0;
}
</style>
background-color css
<style>
a { background-color: #CA0FE0; }
a { background-color: rgb(202,15,224); }
div.DivClassName
{
background-color: #CA0FE0;
}
.BgClassName
{
background-color: #CA0FE0;
}
</style>
border-color css
<style>
span { border-color: #CA0FE0; }
span { border-color: rgb(202,15,224); }
td.TdClassName
{
border-color: #CA0FE0;
}
.TagClassName
{
border-color: #CA0FE0;
}
</style>