Shades of Deep Magenta #CA1ECF
Tints of Deep Magenta #CA1ECF
RGB
CMYK
RGB Variations
Color information
#CA1ECF (or 0xCA1ECF) is known color: Deep Magenta. HEX triplet: CA, 1E and CF. RGB value is (202,30,207). Sum of RGB (Red+Green+Blue) = 202+30+207=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ECF is #35E130. Grayscale: #656565. Windows color (decimal): -3531057 or 13573834. OLE color: 13573834.
HSL color Cylindrical-coordinate representation of color #CA1ECF: hue angle of 298.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1ECF is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 30 | 207 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.19 |
| HSL | 298.31º | 0.75% | 0.46% | - |
| HSV(B) | 298.31º | 0.86% | 0.81% | - |
| XYZ | 36.08 | 17.99 | 60.6 | - |
| YUV | 101.61 | 187.48 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 207 | 0.02 | 0.86 | 0 | 0.19 | 298.31 | 0.75 | 0.46 |
| Hex | CA | 1E | CF | 2 | 56 | 0 | 13 | 12A | 4B | 2E |
| Octal | 312 | 36 | 317 | 2 | 126 | 0 | 23 | 452 | 113 | 56 |
| Binary | 11001010 | 11110 | 11001111 | 10 | 1010110 | 0 | 10011 | 100101010 | 1001011 | 101110 |
Color Harmonies of #CA1ECF
Complementary color
Monochromatic Colors of #CA1ECF
Black with #CA1ECF
Text Example
Text Example
White with #CA1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1ECF; }
p { color: rgb(202,30,207); }
H1.HeaderClassName
{
color: #CA1ECF;
}
.AnyTagClassName
{
color: #CA1ECF;
}
</style>
background-color css
<style>
a { background-color: #CA1ECF; }
a { background-color: rgb(202,30,207); }
div.DivClassName
{
background-color: #CA1ECF;
}
.BgClassName
{
background-color: #CA1ECF;
}
</style>
border-color css
<style>
span { border-color: #CA1ECF; }
span { border-color: rgb(202,30,207); }
td.TdClassName
{
border-color: #CA1ECF;
}
.TagClassName
{
border-color: #CA1ECF;
}
</style>