Shades of Deep Magenta #CF14DB
Tints of Deep Magenta #CF14DB
RGB
CMYK
RGB Variations
Color information
#CF14DB (or 0xCF14DB) is known color: Deep Magenta. HEX triplet: CF, 14 and DB. RGB value is (207,20,219). Sum of RGB (Red+Green+Blue) = 207+20+219=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14DB is #30EB24. Grayscale: #616161. Windows color (decimal): -3205925 or 14357711. OLE color: 14357711.
HSL color Cylindrical-coordinate representation of color #CF14DB: hue angle of 296.38º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF14DB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 20 | 219 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.14 |
| HSL | 296.38º | 0.83% | 0.47% | - |
| HSV(B) | 296.38º | 0.91% | 0.86% | - |
| XYZ | 38.77 | 18.88 | 68.62 | - |
| YUV | 98.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 219 | 0.05 | 0.91 | 0 | 0.14 | 296.38 | 0.83 | 0.47 |
| Hex | CF | 14 | DB | 5 | 5B | 0 | E | 128 | 53 | 2F |
| Octal | 317 | 24 | 333 | 5 | 133 | 0 | 16 | 450 | 123 | 57 |
| Binary | 11001111 | 10100 | 11011011 | 101 | 1011011 | 0 | 1110 | 100101000 | 1010011 | 101111 |
Color Harmonies of #CF14DB
Complementary color
Monochromatic Colors of #CF14DB
Black with #CF14DB
Text Example
Text Example
White with #CF14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14DB; }
p { color: rgb(207,20,219); }
H1.HeaderClassName
{
color: #CF14DB;
}
.AnyTagClassName
{
color: #CF14DB;
}
</style>
background-color css
<style>
a { background-color: #CF14DB; }
a { background-color: rgb(207,20,219); }
div.DivClassName
{
background-color: #CF14DB;
}
.BgClassName
{
background-color: #CF14DB;
}
</style>
border-color css
<style>
span { border-color: #CF14DB; }
span { border-color: rgb(207,20,219); }
td.TdClassName
{
border-color: #CF14DB;
}
.TagClassName
{
border-color: #CF14DB;
}
</style>