Shades of Deep Magenta #CA17B8
Tints of Deep Magenta #CA17B8
RGB
CMYK
RGB Variations
Color information
#CA17B8 (or 0xCA17B8) is known color: Deep Magenta. HEX triplet: CA, 17 and B8. RGB value is (202,23,184). Sum of RGB (Red+Green+Blue) = 202+23+184=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17B8 is #35E847. Grayscale: #5E5E5E. Windows color (decimal): -3532872 or 12064714. OLE color: 12064714.
HSL color Cylindrical-coordinate representation of color #CA17B8: hue angle of 306.03º 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 #CA17B8 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 184 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.21 |
| HSL | 306.03º | 0.8% | 0.44% | - |
| HSV(B) | 306.03º | 0.89% | 0.79% | - |
| XYZ | 33.32 | 16.63 | 46.8 | - |
| YUV | 94.88 | 178.3 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 184 | 0 | 0.89 | 0.09 | 0.21 | 306.03 | 0.8 | 0.44 |
| Hex | CA | 17 | B8 | 0 | 59 | 9 | 15 | 132 | 50 | 2C |
| Octal | 312 | 27 | 270 | 0 | 131 | 11 | 25 | 462 | 120 | 54 |
| Binary | 11001010 | 10111 | 10111000 | 0 | 1011001 | 1001 | 10101 | 100110010 | 1010000 | 101100 |
Color Harmonies of #CA17B8
Complementary color
Monochromatic Colors of #CA17B8
Black with #CA17B8
Text Example
Text Example
White with #CA17B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17B8; }
p { color: rgb(202,23,184); }
H1.HeaderClassName
{
color: #CA17B8;
}
.AnyTagClassName
{
color: #CA17B8;
}
</style>
background-color css
<style>
a { background-color: #CA17B8; }
a { background-color: rgb(202,23,184); }
div.DivClassName
{
background-color: #CA17B8;
}
.BgClassName
{
background-color: #CA17B8;
}
</style>
border-color css
<style>
span { border-color: #CA17B8; }
span { border-color: rgb(202,23,184); }
td.TdClassName
{
border-color: #CA17B8;
}
.TagClassName
{
border-color: #CA17B8;
}
</style>