Shades of Deep Magenta #CA17E1
Tints of Deep Magenta #CA17E1
RGB
CMYK
RGB Variations
Color information
#CA17E1 (or 0xCA17E1) is known color: Deep Magenta. HEX triplet: CA, 17 and E1. RGB value is (202,23,225). Sum of RGB (Red+Green+Blue) = 202+23+225=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA17E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17E1 is #35E81E. Grayscale: #626262. Windows color (decimal): -3532831 or 14751690. OLE color: 14751690.
HSL color Cylindrical-coordinate representation of color #CA17E1: hue angle of 293.17º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA17E1 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 23 | 225 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.12 |
| HSL | 293.17º | 0.81% | 0.49% | - |
| HSV(B) | 293.17º | 0.9% | 0.88% | - |
| XYZ | 38.25 | 18.61 | 72.81 | - |
| YUV | 99.55 | 198.8 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 225 | 0.10 | 0.90 | 0 | 0.12 | 293.17 | 0.81 | 0.49 |
| Hex | CA | 17 | E1 | A | 5A | 0 | C | 125 | 51 | 31 |
| Octal | 312 | 27 | 341 | 12 | 132 | 0 | 14 | 445 | 121 | 61 |
| Binary | 11001010 | 10111 | 11100001 | 1010 | 1011010 | 0 | 1100 | 100100101 | 1010001 | 110001 |
Color Harmonies of #CA17E1
Complementary color
Monochromatic Colors of #CA17E1
Black with #CA17E1
Text Example
Text Example
White with #CA17E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17E1; }
p { color: rgb(202,23,225); }
H1.HeaderClassName
{
color: #CA17E1;
}
.AnyTagClassName
{
color: #CA17E1;
}
</style>
background-color css
<style>
a { background-color: #CA17E1; }
a { background-color: rgb(202,23,225); }
div.DivClassName
{
background-color: #CA17E1;
}
.BgClassName
{
background-color: #CA17E1;
}
</style>
border-color css
<style>
span { border-color: #CA17E1; }
span { border-color: rgb(202,23,225); }
td.TdClassName
{
border-color: #CA17E1;
}
.TagClassName
{
border-color: #CA17E1;
}
</style>