Shades of Deep Magenta #CF17CC
Tints of Deep Magenta #CF17CC
RGB
CMYK
RGB Variations
Color information
#CF17CC (or 0xCF17CC) is known color: Deep Magenta. HEX triplet: CF, 17 and CC. RGB value is (207,23,204). Sum of RGB (Red+Green+Blue) = 207+23+204=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF17CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17CC is #30E833. Grayscale: #626262. Windows color (decimal): -3205172 or 13375439. OLE color: 13375439.
HSL color Cylindrical-coordinate representation of color #CF17CC: hue angle of 300.98º 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 #CF17CC is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 204 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.19 |
| HSL | 300.98º | 0.8% | 0.45% | - |
| HSV(B) | 300.98º | 0.89% | 0.81% | - |
| XYZ | 36.94 | 18.24 | 58.7 | - |
| YUV | 98.65 | 187.46 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 204 | 0 | 0.89 | 0.01 | 0.19 | 300.98 | 0.8 | 0.45 |
| Hex | CF | 17 | CC | 0 | 59 | 1 | 13 | 12D | 50 | 2D |
| Octal | 317 | 27 | 314 | 0 | 131 | 1 | 23 | 455 | 120 | 55 |
| Binary | 11001111 | 10111 | 11001100 | 0 | 1011001 | 1 | 10011 | 100101101 | 1010000 | 101101 |
Color Harmonies of #CF17CC
Complementary color
Monochromatic Colors of #CF17CC
Black with #CF17CC
Text Example
Text Example
White with #CF17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17CC; }
p { color: rgb(207,23,204); }
H1.HeaderClassName
{
color: #CF17CC;
}
.AnyTagClassName
{
color: #CF17CC;
}
</style>
background-color css
<style>
a { background-color: #CF17CC; }
a { background-color: rgb(207,23,204); }
div.DivClassName
{
background-color: #CF17CC;
}
.BgClassName
{
background-color: #CF17CC;
}
</style>
border-color css
<style>
span { border-color: #CF17CC; }
span { border-color: rgb(207,23,204); }
td.TdClassName
{
border-color: #CF17CC;
}
.TagClassName
{
border-color: #CF17CC;
}
</style>