Shades of Deep Magenta #CA1ED7
Tints of Deep Magenta #CA1ED7
RGB
CMYK
RGB Variations
Color information
#CA1ED7 (or 0xCA1ED7) is known color: Deep Magenta. HEX triplet: CA, 1E and D7. RGB value is (202,30,215). Sum of RGB (Red+Green+Blue) = 202+30+215=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA1ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ED7 is #35E128. Grayscale: #656565. Windows color (decimal): -3531049 or 14098122. OLE color: 14098122.
HSL color Cylindrical-coordinate representation of color #CA1ED7: hue angle of 295.78º degrees, saturation: 0.76, 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 #CA1ED7 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 30 | 215 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.16 |
| HSL | 295.78º | 0.76% | 0.48% | - |
| HSV(B) | 295.78º | 0.86% | 0.84% | - |
| XYZ | 37.09 | 18.39 | 65.89 | - |
| YUV | 102.52 | 191.48 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 215 | 0.06 | 0.86 | 0 | 0.16 | 295.78 | 0.76 | 0.48 |
| Hex | CA | 1E | D7 | 6 | 56 | 0 | 10 | 128 | 4C | 30 |
| Octal | 312 | 36 | 327 | 6 | 126 | 0 | 20 | 450 | 114 | 60 |
| Binary | 11001010 | 11110 | 11010111 | 110 | 1010110 | 0 | 10000 | 100101000 | 1001100 | 110000 |
Color Harmonies of #CA1ED7
Complementary color
Monochromatic Colors of #CA1ED7
Black with #CA1ED7
Text Example
Text Example
White with #CA1ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1ED7; }
p { color: rgb(202,30,215); }
H1.HeaderClassName
{
color: #CA1ED7;
}
.AnyTagClassName
{
color: #CA1ED7;
}
</style>
background-color css
<style>
a { background-color: #CA1ED7; }
a { background-color: rgb(202,30,215); }
div.DivClassName
{
background-color: #CA1ED7;
}
.BgClassName
{
background-color: #CA1ED7;
}
</style>
border-color css
<style>
span { border-color: #CA1ED7; }
span { border-color: rgb(202,30,215); }
td.TdClassName
{
border-color: #CA1ED7;
}
.TagClassName
{
border-color: #CA1ED7;
}
</style>