Shades of Deep Magenta #CA0EDF
Tints of Deep Magenta #CA0EDF
RGB
CMYK
RGB Variations
Color information
#CA0EDF (or 0xCA0EDF) is known color: Deep Magenta. HEX triplet: CA, 0E and DF. RGB value is (202,14,223). Sum of RGB (Red+Green+Blue) = 202+14+223=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0EDF is #35F120. Grayscale: #5D5D5D. Windows color (decimal): -3535137 or 14618314. OLE color: 14618314.
HSL color Cylindrical-coordinate representation of color #CA0EDF: hue angle of 293.97º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0EDF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 14 | 223 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.13 |
| HSL | 293.97º | 0.88% | 0.46% | - |
| HSV(B) | 293.97º | 0.94% | 0.87% | - |
| XYZ | 37.83 | 18.2 | 71.33 | - |
| YUV | 94.04 | 200.78 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 223 | 0.09 | 0.94 | 0 | 0.13 | 293.97 | 0.88 | 0.46 |
| Hex | CA | E | DF | 9 | 5E | 0 | D | 126 | 58 | 2E |
| Octal | 312 | 16 | 337 | 11 | 136 | 0 | 15 | 446 | 130 | 56 |
| Binary | 11001010 | 1110 | 11011111 | 1001 | 1011110 | 0 | 1101 | 100100110 | 1011000 | 101110 |
Color Harmonies of #CA0EDF
Complementary color
Monochromatic Colors of #CA0EDF
Black with #CA0EDF
Text Example
Text Example
White with #CA0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0EDF; }
p { color: rgb(202,14,223); }
H1.HeaderClassName
{
color: #CA0EDF;
}
.AnyTagClassName
{
color: #CA0EDF;
}
</style>
background-color css
<style>
a { background-color: #CA0EDF; }
a { background-color: rgb(202,14,223); }
div.DivClassName
{
background-color: #CA0EDF;
}
.BgClassName
{
background-color: #CA0EDF;
}
</style>
border-color css
<style>
span { border-color: #CA0EDF; }
span { border-color: rgb(202,14,223); }
td.TdClassName
{
border-color: #CA0EDF;
}
.TagClassName
{
border-color: #CA0EDF;
}
</style>