Shades of Deep Magenta #CF17DB
Tints of Deep Magenta #CF17DB
RGB
CMYK
RGB Variations
Color information
#CF17DB (or 0xCF17DB) is known color: Deep Magenta. HEX triplet: CF, 17 and DB. RGB value is (207,23,219). Sum of RGB (Red+Green+Blue) = 207+23+219=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF17DB is #30E824. Grayscale: #636363. Windows color (decimal): -3205157 or 14358479. OLE color: 14358479.
HSL color Cylindrical-coordinate representation of color #CF17DB: hue angle of 296.33º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF17DB is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 23 | 219 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.14 |
| HSL | 296.33º | 0.81% | 0.47% | - |
| HSV(B) | 296.33º | 0.89% | 0.86% | - |
| XYZ | 38.82 | 18.99 | 68.64 | - |
| YUV | 100.36 | 194.96 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 219 | 0.05 | 0.89 | 0 | 0.14 | 296.33 | 0.81 | 0.47 |
| Hex | CF | 17 | DB | 5 | 59 | 0 | E | 128 | 51 | 2F |
| Octal | 317 | 27 | 333 | 5 | 131 | 0 | 16 | 450 | 121 | 57 |
| Binary | 11001111 | 10111 | 11011011 | 101 | 1011001 | 0 | 1110 | 100101000 | 1010001 | 101111 |
Color Harmonies of #CF17DB
Complementary color
Monochromatic Colors of #CF17DB
Black with #CF17DB
Text Example
Text Example
White with #CF17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17DB; }
p { color: rgb(207,23,219); }
H1.HeaderClassName
{
color: #CF17DB;
}
.AnyTagClassName
{
color: #CF17DB;
}
</style>
background-color css
<style>
a { background-color: #CF17DB; }
a { background-color: rgb(207,23,219); }
div.DivClassName
{
background-color: #CF17DB;
}
.BgClassName
{
background-color: #CF17DB;
}
</style>
border-color css
<style>
span { border-color: #CF17DB; }
span { border-color: rgb(207,23,219); }
td.TdClassName
{
border-color: #CF17DB;
}
.TagClassName
{
border-color: #CF17DB;
}
</style>