Shades of Deep Magenta #CF17DC
Tints of Deep Magenta #CF17DC
RGB
CMYK
RGB Variations
Color information
#CF17DC (or 0xCF17DC) is known color: Deep Magenta. HEX triplet: CF, 17 and DC. RGB value is (207,23,220). Sum of RGB (Red+Green+Blue) = 207+23+220=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17DC is #30E823. Grayscale: #636363. Windows color (decimal): -3205156 or 14424015. OLE color: 14424015.
HSL color Cylindrical-coordinate representation of color #CF17DC: hue angle of 296.04º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF17DC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 23 | 220 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.14 |
| HSL | 296.04º | 0.81% | 0.48% | - |
| HSV(B) | 296.04º | 0.9% | 0.86% | - |
| XYZ | 38.96 | 19.05 | 69.33 | - |
| YUV | 100.47 | 195.46 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 220 | 0.06 | 0.90 | 0 | 0.14 | 296.04 | 0.81 | 0.48 |
| Hex | CF | 17 | DC | 6 | 5A | 0 | E | 128 | 51 | 30 |
| Octal | 317 | 27 | 334 | 6 | 132 | 0 | 16 | 450 | 121 | 60 |
| Binary | 11001111 | 10111 | 11011100 | 110 | 1011010 | 0 | 1110 | 100101000 | 1010001 | 110000 |
Color Harmonies of #CF17DC
Complementary color
Monochromatic Colors of #CF17DC
Black with #CF17DC
Text Example
Text Example
White with #CF17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17DC; }
p { color: rgb(207,23,220); }
H1.HeaderClassName
{
color: #CF17DC;
}
.AnyTagClassName
{
color: #CF17DC;
}
</style>
background-color css
<style>
a { background-color: #CF17DC; }
a { background-color: rgb(207,23,220); }
div.DivClassName
{
background-color: #CF17DC;
}
.BgClassName
{
background-color: #CF17DC;
}
</style>
border-color css
<style>
span { border-color: #CF17DC; }
span { border-color: rgb(207,23,220); }
td.TdClassName
{
border-color: #CF17DC;
}
.TagClassName
{
border-color: #CF17DC;
}
</style>