Shades of Deep Magenta #CF17BF
Tints of Deep Magenta #CF17BF
RGB
CMYK
RGB Variations
Color information
#CF17BF (or 0xCF17BF) is known color: Deep Magenta. HEX triplet: CF, 17 and BF. RGB value is (207,23,191). Sum of RGB (Red+Green+Blue) = 207+23+191=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF17BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17BF is #30E840. Grayscale: #606060. Windows color (decimal): -3205185 or 12523471. OLE color: 12523471.
HSL color Cylindrical-coordinate representation of color #CF17BF: hue angle of 305.22º 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 #CF17BF is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 191 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.19 |
| HSL | 305.22º | 0.8% | 0.45% | - |
| HSV(B) | 305.22º | 0.89% | 0.81% | - |
| XYZ | 35.44 | 17.64 | 50.83 | - |
| YUV | 97.17 | 180.96 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 191 | 0 | 0.89 | 0.08 | 0.19 | 305.22 | 0.8 | 0.45 |
| Hex | CF | 17 | BF | 0 | 59 | 8 | 13 | 131 | 50 | 2D |
| Octal | 317 | 27 | 277 | 0 | 131 | 10 | 23 | 461 | 120 | 55 |
| Binary | 11001111 | 10111 | 10111111 | 0 | 1011001 | 1000 | 10011 | 100110001 | 1010000 | 101101 |
Color Harmonies of #CF17BF
Complementary color
Monochromatic Colors of #CF17BF
Black with #CF17BF
Text Example
Text Example
White with #CF17BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17BF; }
p { color: rgb(207,23,191); }
H1.HeaderClassName
{
color: #CF17BF;
}
.AnyTagClassName
{
color: #CF17BF;
}
</style>
background-color css
<style>
a { background-color: #CF17BF; }
a { background-color: rgb(207,23,191); }
div.DivClassName
{
background-color: #CF17BF;
}
.BgClassName
{
background-color: #CF17BF;
}
</style>
border-color css
<style>
span { border-color: #CF17BF; }
span { border-color: rgb(207,23,191); }
td.TdClassName
{
border-color: #CF17BF;
}
.TagClassName
{
border-color: #CF17BF;
}
</style>