Shades of Deep Magenta #CA1ED4
Tints of Deep Magenta #CA1ED4
RGB
CMYK
RGB Variations
Color information
#CA1ED4 (or 0xCA1ED4) is known color: Deep Magenta. HEX triplet: CA, 1E and D4. RGB value is (202,30,212). Sum of RGB (Red+Green+Blue) = 202+30+212=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA1ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ED4 is #35E12B. Grayscale: #656565. Windows color (decimal): -3531052 or 13901514. OLE color: 13901514.
HSL color Cylindrical-coordinate representation of color #CA1ED4: hue angle of 296.7º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1ED4 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 30 | 212 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.17 |
| HSL | 296.7º | 0.75% | 0.47% | - |
| HSV(B) | 296.7º | 0.86% | 0.83% | - |
| XYZ | 36.71 | 18.24 | 63.87 | - |
| YUV | 102.18 | 189.98 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 212 | 0.05 | 0.86 | 0 | 0.17 | 296.7 | 0.75 | 0.47 |
| Hex | CA | 1E | D4 | 5 | 56 | 0 | 11 | 129 | 4B | 2F |
| Octal | 312 | 36 | 324 | 5 | 126 | 0 | 21 | 451 | 113 | 57 |
| Binary | 11001010 | 11110 | 11010100 | 101 | 1010110 | 0 | 10001 | 100101001 | 1001011 | 101111 |
Color Harmonies of #CA1ED4
Complementary color
Monochromatic Colors of #CA1ED4
Black with #CA1ED4
Text Example
Text Example
White with #CA1ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1ED4; }
p { color: rgb(202,30,212); }
H1.HeaderClassName
{
color: #CA1ED4;
}
.AnyTagClassName
{
color: #CA1ED4;
}
</style>
background-color css
<style>
a { background-color: #CA1ED4; }
a { background-color: rgb(202,30,212); }
div.DivClassName
{
background-color: #CA1ED4;
}
.BgClassName
{
background-color: #CA1ED4;
}
</style>
border-color css
<style>
span { border-color: #CA1ED4; }
span { border-color: rgb(202,30,212); }
td.TdClassName
{
border-color: #CA1ED4;
}
.TagClassName
{
border-color: #CA1ED4;
}
</style>