Shades of Deep Magenta #CA1ECE
Tints of Deep Magenta #CA1ECE
RGB
CMYK
RGB Variations
Color information
#CA1ECE (or 0xCA1ECE) is known color: Deep Magenta. HEX triplet: CA, 1E and CE. RGB value is (202,30,206). Sum of RGB (Red+Green+Blue) = 202+30+206=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ECE is #35E131. Grayscale: #646464. Windows color (decimal): -3531058 or 13508298. OLE color: 13508298.
HSL color Cylindrical-coordinate representation of color #CA1ECE: hue angle of 298.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1ECE is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 30 | 206 | - |
CMYK | 0.02 | 0.85 | 0 | 0.19 |
HSL | 298.64º | 0.75% | 0.46% | - |
HSV(B) | 298.64º | 0.85% | 0.81% | - |
XYZ | 35.96 | 17.94 | 59.96 | - |
YUV | 101.49 | 186.98 | 199.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 30 | 206 | 0.02 | 0.85 | 0 | 0.19 | 298.64 | 0.75 | 0.46 |
Hex | CA | 1E | CE | 2 | 55 | 0 | 13 | 12B | 4B | 2E |
Octal | 312 | 36 | 316 | 2 | 125 | 0 | 23 | 453 | 113 | 56 |
Binary | 11001010 | 11110 | 11001110 | 10 | 1010101 | 0 | 10011 | 100101011 | 1001011 | 101110 |
Color Harmonies of #CA1ECE
Complementary color
Monochromatic Colors of #CA1ECE
Black with #CA1ECE
Text Example
Text Example
White with #CA1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1ECE; }
p { color: rgb(202,30,206); }
H1.HeaderClassName
{
color: #CA1ECE;
}
.AnyTagClassName
{
color: #CA1ECE;
}
</style>
background-color css
<style>
a { background-color: #CA1ECE; }
a { background-color: rgb(202,30,206); }
div.DivClassName
{
background-color: #CA1ECE;
}
.BgClassName
{
background-color: #CA1ECE;
}
</style>
border-color css
<style>
span { border-color: #CA1ECE; }
span { border-color: rgb(202,30,206); }
td.TdClassName
{
border-color: #CA1ECE;
}
.TagClassName
{
border-color: #CA1ECE;
}
</style>