Shades of Deep Magenta #CA1ED6
Tints of Deep Magenta #CA1ED6
RGB
CMYK
RGB Variations
Color information
#CA1ED6 (or 0xCA1ED6) is known color: Deep Magenta. HEX triplet: CA, 1E and D6. RGB value is (202,30,214). Sum of RGB (Red+Green+Blue) = 202+30+214=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA1ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ED6 is #35E129. Grayscale: #656565. Windows color (decimal): -3531050 or 14032586. OLE color: 14032586.
HSL color Cylindrical-coordinate representation of color #CA1ED6: hue angle of 296.09º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1ED6 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 30 | 214 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.16 |
| HSL | 296.09º | 0.75% | 0.48% | - |
| HSV(B) | 296.09º | 0.86% | 0.84% | - |
| XYZ | 36.96 | 18.34 | 65.21 | - |
| YUV | 102.4 | 190.98 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 214 | 0.06 | 0.86 | 0 | 0.16 | 296.09 | 0.75 | 0.48 |
| Hex | CA | 1E | D6 | 6 | 56 | 0 | 10 | 128 | 4B | 30 |
| Octal | 312 | 36 | 326 | 6 | 126 | 0 | 20 | 450 | 113 | 60 |
| Binary | 11001010 | 11110 | 11010110 | 110 | 1010110 | 0 | 10000 | 100101000 | 1001011 | 110000 |
Color Harmonies of #CA1ED6
Complementary color
Monochromatic Colors of #CA1ED6
Black with #CA1ED6
Text Example
Text Example
White with #CA1ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1ED6; }
p { color: rgb(202,30,214); }
H1.HeaderClassName
{
color: #CA1ED6;
}
.AnyTagClassName
{
color: #CA1ED6;
}
</style>
background-color css
<style>
a { background-color: #CA1ED6; }
a { background-color: rgb(202,30,214); }
div.DivClassName
{
background-color: #CA1ED6;
}
.BgClassName
{
background-color: #CA1ED6;
}
</style>
border-color css
<style>
span { border-color: #CA1ED6; }
span { border-color: rgb(202,30,214); }
td.TdClassName
{
border-color: #CA1ED6;
}
.TagClassName
{
border-color: #CA1ED6;
}
</style>