Shades of Deep Magenta #CA1EDA
Tints of Deep Magenta #CA1EDA
RGB
CMYK
RGB Variations
Color information
#CA1EDA (or 0xCA1EDA) is known color: Deep Magenta. HEX triplet: CA, 1E and DA. RGB value is (202,30,218). Sum of RGB (Red+Green+Blue) = 202+30+218=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1EDA is #35E125. Grayscale: #666666. Windows color (decimal): -3531046 or 14294730. OLE color: 14294730.
HSL color Cylindrical-coordinate representation of color #CA1EDA: hue angle of 294.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1EDA is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 30 | 218 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.15 |
| HSL | 294.89º | 0.76% | 0.49% | - |
| HSV(B) | 294.89º | 0.86% | 0.85% | - |
| XYZ | 37.48 | 18.55 | 67.93 | - |
| YUV | 102.86 | 192.98 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 218 | 0.07 | 0.86 | 0 | 0.15 | 294.89 | 0.76 | 0.49 |
| Hex | CA | 1E | DA | 7 | 56 | 0 | F | 127 | 4C | 31 |
| Octal | 312 | 36 | 332 | 7 | 126 | 0 | 17 | 447 | 114 | 61 |
| Binary | 11001010 | 11110 | 11011010 | 111 | 1010110 | 0 | 1111 | 100100111 | 1001100 | 110001 |
Color Harmonies of #CA1EDA
Complementary color
Monochromatic Colors of #CA1EDA
Black with #CA1EDA
Text Example
Text Example
White with #CA1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EDA; }
p { color: rgb(202,30,218); }
H1.HeaderClassName
{
color: #CA1EDA;
}
.AnyTagClassName
{
color: #CA1EDA;
}
</style>
background-color css
<style>
a { background-color: #CA1EDA; }
a { background-color: rgb(202,30,218); }
div.DivClassName
{
background-color: #CA1EDA;
}
.BgClassName
{
background-color: #CA1EDA;
}
</style>
border-color css
<style>
span { border-color: #CA1EDA; }
span { border-color: rgb(202,30,218); }
td.TdClassName
{
border-color: #CA1EDA;
}
.TagClassName
{
border-color: #CA1EDA;
}
</style>