Shades of Deep Magenta #CA17B7
Tints of Deep Magenta #CA17B7
RGB
CMYK
RGB Variations
Color information
#CA17B7 (or 0xCA17B7) is known color: Deep Magenta. HEX triplet: CA, 17 and B7. RGB value is (202,23,183). Sum of RGB (Red+Green+Blue) = 202+23+183=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17B7 is #35E848. Grayscale: #5E5E5E. Windows color (decimal): -3532873 or 11999178. OLE color: 11999178.
HSL color Cylindrical-coordinate representation of color #CA17B7: hue angle of 306.37º 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 #CA17B7 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 183 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.21 |
| HSL | 306.37º | 0.8% | 0.44% | - |
| HSV(B) | 306.37º | 0.89% | 0.79% | - |
| XYZ | 33.21 | 16.59 | 46.25 | - |
| YUV | 94.76 | 177.8 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 183 | 0 | 0.89 | 0.09 | 0.21 | 306.37 | 0.8 | 0.44 |
| Hex | CA | 17 | B7 | 0 | 59 | 9 | 15 | 132 | 50 | 2C |
| Octal | 312 | 27 | 267 | 0 | 131 | 11 | 25 | 462 | 120 | 54 |
| Binary | 11001010 | 10111 | 10110111 | 0 | 1011001 | 1001 | 10101 | 100110010 | 1010000 | 101100 |
Color Harmonies of #CA17B7
Complementary color
Monochromatic Colors of #CA17B7
Black with #CA17B7
Text Example
Text Example
White with #CA17B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17B7; }
p { color: rgb(202,23,183); }
H1.HeaderClassName
{
color: #CA17B7;
}
.AnyTagClassName
{
color: #CA17B7;
}
</style>
background-color css
<style>
a { background-color: #CA17B7; }
a { background-color: rgb(202,23,183); }
div.DivClassName
{
background-color: #CA17B7;
}
.BgClassName
{
background-color: #CA17B7;
}
</style>
border-color css
<style>
span { border-color: #CA17B7; }
span { border-color: rgb(202,23,183); }
td.TdClassName
{
border-color: #CA17B7;
}
.TagClassName
{
border-color: #CA17B7;
}
</style>