Shades of Deep Magenta #CF17BE
Tints of Deep Magenta #CF17BE
RGB
CMYK
RGB Variations
Color information
#CF17BE (or 0xCF17BE) is known color: Deep Magenta. HEX triplet: CF, 17 and BE. RGB value is (207,23,190). Sum of RGB (Red+Green+Blue) = 207+23+190=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17BE is #30E841. Grayscale: #606060. Windows color (decimal): -3205186 or 12457935. OLE color: 12457935.
HSL color Cylindrical-coordinate representation of color #CF17BE: hue angle of 305.54º 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 #CF17BE is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 190 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.19 |
| HSL | 305.54º | 0.8% | 0.45% | - |
| HSV(B) | 305.54º | 0.89% | 0.81% | - |
| XYZ | 35.33 | 17.6 | 50.25 | - |
| YUV | 97.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 190 | 0 | 0.89 | 0.08 | 0.19 | 305.54 | 0.8 | 0.45 |
| Hex | CF | 17 | BE | 0 | 59 | 8 | 13 | 132 | 50 | 2D |
| Octal | 317 | 27 | 276 | 0 | 131 | 10 | 23 | 462 | 120 | 55 |
| Binary | 11001111 | 10111 | 10111110 | 0 | 1011001 | 1000 | 10011 | 100110010 | 1010000 | 101101 |
Color Harmonies of #CF17BE
Complementary color
Monochromatic Colors of #CF17BE
Black with #CF17BE
Text Example
Text Example
White with #CF17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17BE; }
p { color: rgb(207,23,190); }
H1.HeaderClassName
{
color: #CF17BE;
}
.AnyTagClassName
{
color: #CF17BE;
}
</style>
background-color css
<style>
a { background-color: #CF17BE; }
a { background-color: rgb(207,23,190); }
div.DivClassName
{
background-color: #CF17BE;
}
.BgClassName
{
background-color: #CF17BE;
}
</style>
border-color css
<style>
span { border-color: #CF17BE; }
span { border-color: rgb(207,23,190); }
td.TdClassName
{
border-color: #CF17BE;
}
.TagClassName
{
border-color: #CF17BE;
}
</style>