Shades of Deep Magenta #CA17B5
Tints of Deep Magenta #CA17B5
RGB
CMYK
RGB Variations
Color information
#CA17B5 (or 0xCA17B5) is known color: Deep Magenta. HEX triplet: CA, 17 and B5. RGB value is (202,23,181). Sum of RGB (Red+Green+Blue) = 202+23+181=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17B5 is #35E84A. Grayscale: #5E5E5E. Windows color (decimal): -3532875 or 11868106. OLE color: 11868106.
HSL color Cylindrical-coordinate representation of color #CA17B5: hue angle of 307.04º 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 #CA17B5 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 181 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.21 |
| HSL | 307.04º | 0.8% | 0.44% | - |
| HSV(B) | 307.04º | 0.89% | 0.79% | - |
| XYZ | 33 | 16.51 | 45.16 | - |
| YUV | 94.53 | 176.8 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 181 | 0 | 0.89 | 0.10 | 0.21 | 307.04 | 0.8 | 0.44 |
| Hex | CA | 17 | B5 | 0 | 59 | A | 15 | 133 | 50 | 2C |
| Octal | 312 | 27 | 265 | 0 | 131 | 12 | 25 | 463 | 120 | 54 |
| Binary | 11001010 | 10111 | 10110101 | 0 | 1011001 | 1010 | 10101 | 100110011 | 1010000 | 101100 |
Color Harmonies of #CA17B5
Complementary color
Monochromatic Colors of #CA17B5
Black with #CA17B5
Text Example
Text Example
White with #CA17B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17B5; }
p { color: rgb(202,23,181); }
H1.HeaderClassName
{
color: #CA17B5;
}
.AnyTagClassName
{
color: #CA17B5;
}
</style>
background-color css
<style>
a { background-color: #CA17B5; }
a { background-color: rgb(202,23,181); }
div.DivClassName
{
background-color: #CA17B5;
}
.BgClassName
{
background-color: #CA17B5;
}
</style>
border-color css
<style>
span { border-color: #CA17B5; }
span { border-color: rgb(202,23,181); }
td.TdClassName
{
border-color: #CA17B5;
}
.TagClassName
{
border-color: #CA17B5;
}
</style>