Shades of Deep Magenta #CA17CF
Tints of Deep Magenta #CA17CF
RGB
CMYK
RGB Variations
Color information
#CA17CF (or 0xCA17CF) is known color: Deep Magenta. HEX triplet: CA, 17 and CF. RGB value is (202,23,207). Sum of RGB (Red+Green+Blue) = 202+23+207=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17CF is #35E830. Grayscale: #606060. Windows color (decimal): -3532849 or 13572042. OLE color: 13572042.
HSL color Cylindrical-coordinate representation of color #CA17CF: hue angle of 298.37º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA17CF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 23 | 207 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.19 |
| HSL | 298.37º | 0.8% | 0.45% | - |
| HSV(B) | 298.37º | 0.89% | 0.81% | - |
| XYZ | 35.93 | 17.67 | 60.55 | - |
| YUV | 97.5 | 189.8 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 207 | 0.02 | 0.89 | 0 | 0.19 | 298.37 | 0.8 | 0.45 |
| Hex | CA | 17 | CF | 2 | 59 | 0 | 13 | 12A | 50 | 2D |
| Octal | 312 | 27 | 317 | 2 | 131 | 0 | 23 | 452 | 120 | 55 |
| Binary | 11001010 | 10111 | 11001111 | 10 | 1011001 | 0 | 10011 | 100101010 | 1010000 | 101101 |
Color Harmonies of #CA17CF
Complementary color
Monochromatic Colors of #CA17CF
Black with #CA17CF
Text Example
Text Example
White with #CA17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17CF; }
p { color: rgb(202,23,207); }
H1.HeaderClassName
{
color: #CA17CF;
}
.AnyTagClassName
{
color: #CA17CF;
}
</style>
background-color css
<style>
a { background-color: #CA17CF; }
a { background-color: rgb(202,23,207); }
div.DivClassName
{
background-color: #CA17CF;
}
.BgClassName
{
background-color: #CA17CF;
}
</style>
border-color css
<style>
span { border-color: #CA17CF; }
span { border-color: rgb(202,23,207); }
td.TdClassName
{
border-color: #CA17CF;
}
.TagClassName
{
border-color: #CA17CF;
}
</style>