Shades of Deep Magenta #CA17D8
Tints of Deep Magenta #CA17D8
RGB
CMYK
RGB Variations
Color information
#CA17D8 (or 0xCA17D8) is known color: Deep Magenta. HEX triplet: CA, 17 and D8. RGB value is (202,23,216). Sum of RGB (Red+Green+Blue) = 202+23+216=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA17D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17D8 is #35E827. Grayscale: #616161. Windows color (decimal): -3532840 or 14161866. OLE color: 14161866.
HSL color Cylindrical-coordinate representation of color #CA17D8: hue angle of 295.65º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA17D8 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 23 | 216 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.15 |
| HSL | 295.65º | 0.81% | 0.47% | - |
| HSV(B) | 295.65º | 0.89% | 0.85% | - |
| XYZ | 37.06 | 18.13 | 66.51 | - |
| YUV | 98.52 | 194.3 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 216 | 0.06 | 0.89 | 0 | 0.15 | 295.65 | 0.81 | 0.47 |
| Hex | CA | 17 | D8 | 6 | 59 | 0 | F | 128 | 51 | 2F |
| Octal | 312 | 27 | 330 | 6 | 131 | 0 | 17 | 450 | 121 | 57 |
| Binary | 11001010 | 10111 | 11011000 | 110 | 1011001 | 0 | 1111 | 100101000 | 1010001 | 101111 |
Color Harmonies of #CA17D8
Complementary color
Monochromatic Colors of #CA17D8
Black with #CA17D8
Text Example
Text Example
White with #CA17D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17D8; }
p { color: rgb(202,23,216); }
H1.HeaderClassName
{
color: #CA17D8;
}
.AnyTagClassName
{
color: #CA17D8;
}
</style>
background-color css
<style>
a { background-color: #CA17D8; }
a { background-color: rgb(202,23,216); }
div.DivClassName
{
background-color: #CA17D8;
}
.BgClassName
{
background-color: #CA17D8;
}
</style>
border-color css
<style>
span { border-color: #CA17D8; }
span { border-color: rgb(202,23,216); }
td.TdClassName
{
border-color: #CA17D8;
}
.TagClassName
{
border-color: #CA17D8;
}
</style>