Shades of Deep Magenta #CA1EDC
Tints of Deep Magenta #CA1EDC
RGB
CMYK
RGB Variations
Color information
#CA1EDC (or 0xCA1EDC) is known color: Deep Magenta. HEX triplet: CA, 1E and DC. RGB value is (202,30,220). Sum of RGB (Red+Green+Blue) = 202+30+220=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1EDC is #35E123. Grayscale: #666666. Windows color (decimal): -3531044 or 14425802. OLE color: 14425802.
HSL color Cylindrical-coordinate representation of color #CA1EDC: hue angle of 294.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1EDC is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 30 | 220 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.14 |
| HSL | 294.32º | 0.76% | 0.49% | - |
| HSV(B) | 294.32º | 0.86% | 0.86% | - |
| XYZ | 37.74 | 18.65 | 69.32 | - |
| YUV | 103.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 220 | 0.08 | 0.86 | 0 | 0.14 | 294.32 | 0.76 | 0.49 |
| Hex | CA | 1E | DC | 8 | 56 | 0 | E | 126 | 4C | 31 |
| Octal | 312 | 36 | 334 | 10 | 126 | 0 | 16 | 446 | 114 | 61 |
| Binary | 11001010 | 11110 | 11011100 | 1000 | 1010110 | 0 | 1110 | 100100110 | 1001100 | 110001 |
Color Harmonies of #CA1EDC
Complementary color
Monochromatic Colors of #CA1EDC
Black with #CA1EDC
Text Example
Text Example
White with #CA1EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EDC; }
p { color: rgb(202,30,220); }
H1.HeaderClassName
{
color: #CA1EDC;
}
.AnyTagClassName
{
color: #CA1EDC;
}
</style>
background-color css
<style>
a { background-color: #CA1EDC; }
a { background-color: rgb(202,30,220); }
div.DivClassName
{
background-color: #CA1EDC;
}
.BgClassName
{
background-color: #CA1EDC;
}
</style>
border-color css
<style>
span { border-color: #CA1EDC; }
span { border-color: rgb(202,30,220); }
td.TdClassName
{
border-color: #CA1EDC;
}
.TagClassName
{
border-color: #CA1EDC;
}
</style>