Shades of Deep Magenta #CF1EDA
Tints of Deep Magenta #CF1EDA
RGB
CMYK
RGB Variations
Color information
#CF1EDA (or 0xCF1EDA) is known color: Deep Magenta. HEX triplet: CF, 1E and DA. RGB value is (207,30,218). Sum of RGB (Red+Green+Blue) = 207+30+218=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1EDA is #30E125. Grayscale: #676767. Windows color (decimal): -3203366 or 14294735. OLE color: 14294735.
HSL color Cylindrical-coordinate representation of color #CF1EDA: hue angle of 296.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1EDA is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 30 | 218 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.15 |
| HSL | 296.49º | 0.76% | 0.49% | - |
| HSV(B) | 296.49º | 0.86% | 0.85% | - |
| XYZ | 38.85 | 19.26 | 68 | - |
| YUV | 104.36 | 192.14 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 218 | 0.05 | 0.86 | 0 | 0.15 | 296.49 | 0.76 | 0.49 |
| Hex | CF | 1E | DA | 5 | 56 | 0 | F | 128 | 4C | 31 |
| Octal | 317 | 36 | 332 | 5 | 126 | 0 | 17 | 450 | 114 | 61 |
| Binary | 11001111 | 11110 | 11011010 | 101 | 1010110 | 0 | 1111 | 100101000 | 1001100 | 110001 |
Color Harmonies of #CF1EDA
Complementary color
Monochromatic Colors of #CF1EDA
Black with #CF1EDA
Text Example
Text Example
White with #CF1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1EDA; }
p { color: rgb(207,30,218); }
H1.HeaderClassName
{
color: #CF1EDA;
}
.AnyTagClassName
{
color: #CF1EDA;
}
</style>
background-color css
<style>
a { background-color: #CF1EDA; }
a { background-color: rgb(207,30,218); }
div.DivClassName
{
background-color: #CF1EDA;
}
.BgClassName
{
background-color: #CF1EDA;
}
</style>
border-color css
<style>
span { border-color: #CF1EDA; }
span { border-color: rgb(207,30,218); }
td.TdClassName
{
border-color: #CF1EDA;
}
.TagClassName
{
border-color: #CF1EDA;
}
</style>