Shades of Deep Magenta #CA17B0
Tints of Deep Magenta #CA17B0
RGB
CMYK
RGB Variations
Color information
#CA17B0 (or 0xCA17B0) is known color: Deep Magenta. HEX triplet: CA, 17 and B0. RGB value is (202,23,176). Sum of RGB (Red+Green+Blue) = 202+23+176=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA17B0 is #35E84F. Grayscale: #5D5D5D. Windows color (decimal): -3532880 or 11540426. OLE color: 11540426.
HSL color Cylindrical-coordinate representation of color #CA17B0: hue angle of 308.72º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA17B0 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 176 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.21 |
| HSL | 308.72º | 0.8% | 0.44% | - |
| HSV(B) | 308.72º | 0.89% | 0.79% | - |
| XYZ | 32.5 | 16.3 | 42.51 | - |
| YUV | 93.96 | 174.3 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 176 | 0 | 0.89 | 0.13 | 0.21 | 308.72 | 0.8 | 0.44 |
| Hex | CA | 17 | B0 | 0 | 59 | D | 15 | 135 | 50 | 2C |
| Octal | 312 | 27 | 260 | 0 | 131 | 15 | 25 | 465 | 120 | 54 |
| Binary | 11001010 | 10111 | 10110000 | 0 | 1011001 | 1101 | 10101 | 100110101 | 1010000 | 101100 |
Color Harmonies of #CA17B0
Complementary color
Monochromatic Colors of #CA17B0
Black with #CA17B0
Text Example
Text Example
White with #CA17B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17B0; }
p { color: rgb(202,23,176); }
H1.HeaderClassName
{
color: #CA17B0;
}
.AnyTagClassName
{
color: #CA17B0;
}
</style>
background-color css
<style>
a { background-color: #CA17B0; }
a { background-color: rgb(202,23,176); }
div.DivClassName
{
background-color: #CA17B0;
}
.BgClassName
{
background-color: #CA17B0;
}
</style>
border-color css
<style>
span { border-color: #CA17B0; }
span { border-color: rgb(202,23,176); }
td.TdClassName
{
border-color: #CA17B0;
}
.TagClassName
{
border-color: #CA17B0;
}
</style>