Shades of Deep Magenta #CF17BC
Tints of Deep Magenta #CF17BC
RGB
CMYK
RGB Variations
Color information
#CF17BC (or 0xCF17BC) is known color: Deep Magenta. HEX triplet: CF, 17 and BC. RGB value is (207,23,188). Sum of RGB (Red+Green+Blue) = 207+23+188=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17BC is #30E843. Grayscale: #606060. Windows color (decimal): -3205188 or 12326863. OLE color: 12326863.
HSL color Cylindrical-coordinate representation of color #CF17BC: hue angle of 306.2º 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 #CF17BC is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 188 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.19 |
| HSL | 306.2º | 0.8% | 0.45% | - |
| HSV(B) | 306.2º | 0.89% | 0.81% | - |
| XYZ | 35.12 | 17.51 | 49.11 | - |
| YUV | 96.83 | 179.46 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 188 | 0 | 0.89 | 0.09 | 0.19 | 306.2 | 0.8 | 0.45 |
| Hex | CF | 17 | BC | 0 | 59 | 9 | 13 | 132 | 50 | 2D |
| Octal | 317 | 27 | 274 | 0 | 131 | 11 | 23 | 462 | 120 | 55 |
| Binary | 11001111 | 10111 | 10111100 | 0 | 1011001 | 1001 | 10011 | 100110010 | 1010000 | 101101 |
Color Harmonies of #CF17BC
Complementary color
Monochromatic Colors of #CF17BC
Black with #CF17BC
Text Example
Text Example
White with #CF17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17BC; }
p { color: rgb(207,23,188); }
H1.HeaderClassName
{
color: #CF17BC;
}
.AnyTagClassName
{
color: #CF17BC;
}
</style>
background-color css
<style>
a { background-color: #CF17BC; }
a { background-color: rgb(207,23,188); }
div.DivClassName
{
background-color: #CF17BC;
}
.BgClassName
{
background-color: #CF17BC;
}
</style>
border-color css
<style>
span { border-color: #CF17BC; }
span { border-color: rgb(207,23,188); }
td.TdClassName
{
border-color: #CF17BC;
}
.TagClassName
{
border-color: #CF17BC;
}
</style>