Shades of Deep Magenta #CF1ED9
Tints of Deep Magenta #CF1ED9
RGB
CMYK
RGB Variations
Color information
#CF1ED9 (or 0xCF1ED9) is known color: Deep Magenta. HEX triplet: CF, 1E and D9. RGB value is (207,30,217). Sum of RGB (Red+Green+Blue) = 207+30+217=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF1ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1ED9 is #30E126. Grayscale: #676767. Windows color (decimal): -3203367 or 14229199. OLE color: 14229199.
HSL color Cylindrical-coordinate representation of color #CF1ED9: hue angle of 296.79º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1ED9 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 30 | 217 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.15 |
| HSL | 296.79º | 0.76% | 0.48% | - |
| HSV(B) | 296.79º | 0.86% | 0.85% | - |
| XYZ | 38.72 | 19.2 | 67.31 | - |
| YUV | 104.24 | 191.64 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 217 | 0.05 | 0.86 | 0 | 0.15 | 296.79 | 0.76 | 0.48 |
| Hex | CF | 1E | D9 | 5 | 56 | 0 | F | 129 | 4C | 30 |
| Octal | 317 | 36 | 331 | 5 | 126 | 0 | 17 | 451 | 114 | 60 |
| Binary | 11001111 | 11110 | 11011001 | 101 | 1010110 | 0 | 1111 | 100101001 | 1001100 | 110000 |
Color Harmonies of #CF1ED9
Complementary color
Monochromatic Colors of #CF1ED9
Black with #CF1ED9
Text Example
Text Example
White with #CF1ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1ED9; }
p { color: rgb(207,30,217); }
H1.HeaderClassName
{
color: #CF1ED9;
}
.AnyTagClassName
{
color: #CF1ED9;
}
</style>
background-color css
<style>
a { background-color: #CF1ED9; }
a { background-color: rgb(207,30,217); }
div.DivClassName
{
background-color: #CF1ED9;
}
.BgClassName
{
background-color: #CF1ED9;
}
</style>
border-color css
<style>
span { border-color: #CF1ED9; }
span { border-color: rgb(207,30,217); }
td.TdClassName
{
border-color: #CF1ED9;
}
.TagClassName
{
border-color: #CF1ED9;
}
</style>