Shades of Deep Magenta #CF17CA
Tints of Deep Magenta #CF17CA
RGB
CMYK
RGB Variations
Color information
#CF17CA (or 0xCF17CA) is known color: Deep Magenta. HEX triplet: CF, 17 and CA. RGB value is (207,23,202). Sum of RGB (Red+Green+Blue) = 207+23+202=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF17CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17CA is #30E835. Grayscale: #616161. Windows color (decimal): -3205174 or 13244367. OLE color: 13244367.
HSL color Cylindrical-coordinate representation of color #CF17CA: hue angle of 301.63º 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 #CF17CA is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 202 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.19 |
| HSL | 301.63º | 0.8% | 0.45% | - |
| HSV(B) | 301.63º | 0.89% | 0.81% | - |
| XYZ | 36.7 | 18.14 | 57.44 | - |
| YUV | 98.42 | 186.46 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 202 | 0 | 0.89 | 0.02 | 0.19 | 301.63 | 0.8 | 0.45 |
| Hex | CF | 17 | CA | 0 | 59 | 2 | 13 | 12E | 50 | 2D |
| Octal | 317 | 27 | 312 | 0 | 131 | 2 | 23 | 456 | 120 | 55 |
| Binary | 11001111 | 10111 | 11001010 | 0 | 1011001 | 10 | 10011 | 100101110 | 1010000 | 101101 |
Color Harmonies of #CF17CA
Complementary color
Monochromatic Colors of #CF17CA
Black with #CF17CA
Text Example
Text Example
White with #CF17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17CA; }
p { color: rgb(207,23,202); }
H1.HeaderClassName
{
color: #CF17CA;
}
.AnyTagClassName
{
color: #CF17CA;
}
</style>
background-color css
<style>
a { background-color: #CF17CA; }
a { background-color: rgb(207,23,202); }
div.DivClassName
{
background-color: #CF17CA;
}
.BgClassName
{
background-color: #CF17CA;
}
</style>
border-color css
<style>
span { border-color: #CF17CA; }
span { border-color: rgb(207,23,202); }
td.TdClassName
{
border-color: #CF17CA;
}
.TagClassName
{
border-color: #CF17CA;
}
</style>