Shades of Deep Magenta #CF1ECD
Tints of Deep Magenta #CF1ECD
RGB
CMYK
RGB Variations
Color information
#CF1ECD (or 0xCF1ECD) is known color: Deep Magenta. HEX triplet: CF, 1E and CD. RGB value is (207,30,205). Sum of RGB (Red+Green+Blue) = 207+30+205=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1ECD is #30E132. Grayscale: #666666. Windows color (decimal): -3203379 or 13442767. OLE color: 13442767.
HSL color Cylindrical-coordinate representation of color #CF1ECD: hue angle of 300.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1ECD is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 205 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.19 |
| HSL | 300.68º | 0.75% | 0.46% | - |
| HSV(B) | 300.68º | 0.86% | 0.81% | - |
| XYZ | 37.22 | 18.6 | 59.39 | - |
| YUV | 102.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 205 | 0 | 0.86 | 0.01 | 0.19 | 300.68 | 0.75 | 0.46 |
| Hex | CF | 1E | CD | 0 | 56 | 1 | 13 | 12D | 4B | 2E |
| Octal | 317 | 36 | 315 | 0 | 126 | 1 | 23 | 455 | 113 | 56 |
| Binary | 11001111 | 11110 | 11001101 | 0 | 1010110 | 1 | 10011 | 100101101 | 1001011 | 101110 |
Color Harmonies of #CF1ECD
Complementary color
Monochromatic Colors of #CF1ECD
Black with #CF1ECD
Text Example
Text Example
White with #CF1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1ECD; }
p { color: rgb(207,30,205); }
H1.HeaderClassName
{
color: #CF1ECD;
}
.AnyTagClassName
{
color: #CF1ECD;
}
</style>
background-color css
<style>
a { background-color: #CF1ECD; }
a { background-color: rgb(207,30,205); }
div.DivClassName
{
background-color: #CF1ECD;
}
.BgClassName
{
background-color: #CF1ECD;
}
</style>
border-color css
<style>
span { border-color: #CF1ECD; }
span { border-color: rgb(207,30,205); }
td.TdClassName
{
border-color: #CF1ECD;
}
.TagClassName
{
border-color: #CF1ECD;
}
</style>