Shades of Deep Magenta #CF1EDB
Tints of Deep Magenta #CF1EDB
RGB
CMYK
RGB Variations
Color information
#CF1EDB (or 0xCF1EDB) is known color: Deep Magenta. HEX triplet: CF, 1E and DB. RGB value is (207,30,219). Sum of RGB (Red+Green+Blue) = 207+30+219=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1EDB is #30E124. Grayscale: #676767. Windows color (decimal): -3203365 or 14360271. OLE color: 14360271.
HSL color Cylindrical-coordinate representation of color #CF1EDB: hue angle of 296.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1EDB is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 30 | 219 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.14 |
| HSL | 296.19º | 0.76% | 0.49% | - |
| HSV(B) | 296.19º | 0.86% | 0.86% | - |
| XYZ | 38.98 | 19.31 | 68.69 | - |
| YUV | 104.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 219 | 0.05 | 0.86 | 0 | 0.14 | 296.19 | 0.76 | 0.49 |
| Hex | CF | 1E | DB | 5 | 56 | 0 | E | 128 | 4C | 31 |
| Octal | 317 | 36 | 333 | 5 | 126 | 0 | 16 | 450 | 114 | 61 |
| Binary | 11001111 | 11110 | 11011011 | 101 | 1010110 | 0 | 1110 | 100101000 | 1001100 | 110001 |
Color Harmonies of #CF1EDB
Complementary color
Monochromatic Colors of #CF1EDB
Black with #CF1EDB
Text Example
Text Example
White with #CF1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1EDB; }
p { color: rgb(207,30,219); }
H1.HeaderClassName
{
color: #CF1EDB;
}
.AnyTagClassName
{
color: #CF1EDB;
}
</style>
background-color css
<style>
a { background-color: #CF1EDB; }
a { background-color: rgb(207,30,219); }
div.DivClassName
{
background-color: #CF1EDB;
}
.BgClassName
{
background-color: #CF1EDB;
}
</style>
border-color css
<style>
span { border-color: #CF1EDB; }
span { border-color: rgb(207,30,219); }
td.TdClassName
{
border-color: #CF1EDB;
}
.TagClassName
{
border-color: #CF1EDB;
}
</style>