Shades of Deep Magenta #CA17DE
Tints of Deep Magenta #CA17DE
RGB
CMYK
RGB Variations
Color information
#CA17DE (or 0xCA17DE) is known color: Deep Magenta. HEX triplet: CA, 17 and DE. RGB value is (202,23,222). Sum of RGB (Red+Green+Blue) = 202+23+222=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA17DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17DE is #35E821. Grayscale: #626262. Windows color (decimal): -3532834 or 14555082. OLE color: 14555082.
HSL color Cylindrical-coordinate representation of color #CA17DE: hue angle of 293.97º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA17DE is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 23 | 222 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.13 |
| HSL | 293.97º | 0.81% | 0.48% | - |
| HSV(B) | 293.97º | 0.9% | 0.87% | - |
| XYZ | 37.85 | 18.44 | 70.67 | - |
| YUV | 99.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 222 | 0.09 | 0.90 | 0 | 0.13 | 293.97 | 0.81 | 0.48 |
| Hex | CA | 17 | DE | 9 | 5A | 0 | D | 126 | 51 | 30 |
| Octal | 312 | 27 | 336 | 11 | 132 | 0 | 15 | 446 | 121 | 60 |
| Binary | 11001010 | 10111 | 11011110 | 1001 | 1011010 | 0 | 1101 | 100100110 | 1010001 | 110000 |
Color Harmonies of #CA17DE
Complementary color
Monochromatic Colors of #CA17DE
Black with #CA17DE
Text Example
Text Example
White with #CA17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17DE; }
p { color: rgb(202,23,222); }
H1.HeaderClassName
{
color: #CA17DE;
}
.AnyTagClassName
{
color: #CA17DE;
}
</style>
background-color css
<style>
a { background-color: #CA17DE; }
a { background-color: rgb(202,23,222); }
div.DivClassName
{
background-color: #CA17DE;
}
.BgClassName
{
background-color: #CA17DE;
}
</style>
border-color css
<style>
span { border-color: #CA17DE; }
span { border-color: rgb(202,23,222); }
td.TdClassName
{
border-color: #CA17DE;
}
.TagClassName
{
border-color: #CA17DE;
}
</style>