Shades of Deep Magenta #CF1EC0
Tints of Deep Magenta #CF1EC0
RGB
CMYK
RGB Variations
Color information
#CF1EC0 (or 0xCF1EC0) is known color: Deep Magenta. HEX triplet: CF, 1E and C0. RGB value is (207,30,192). Sum of RGB (Red+Green+Blue) = 207+30+192=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1EC0 is #30E13F. Grayscale: #646464. Windows color (decimal): -3203392 or 12590799. OLE color: 12590799.
HSL color Cylindrical-coordinate representation of color #CF1EC0: hue angle of 305.08º 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 #CF1EC0 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 192 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.19 |
| HSL | 305.08º | 0.75% | 0.46% | - |
| HSV(B) | 305.08º | 0.86% | 0.81% | - |
| XYZ | 35.71 | 18 | 51.46 | - |
| YUV | 101.39 | 179.14 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 192 | 0 | 0.86 | 0.07 | 0.19 | 305.08 | 0.75 | 0.46 |
| Hex | CF | 1E | C0 | 0 | 56 | 7 | 13 | 131 | 4B | 2E |
| Octal | 317 | 36 | 300 | 0 | 126 | 7 | 23 | 461 | 113 | 56 |
| Binary | 11001111 | 11110 | 11000000 | 0 | 1010110 | 111 | 10011 | 100110001 | 1001011 | 101110 |
Color Harmonies of #CF1EC0
Complementary color
Monochromatic Colors of #CF1EC0
Black with #CF1EC0
Text Example
Text Example
White with #CF1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1EC0; }
p { color: rgb(207,30,192); }
H1.HeaderClassName
{
color: #CF1EC0;
}
.AnyTagClassName
{
color: #CF1EC0;
}
</style>
background-color css
<style>
a { background-color: #CF1EC0; }
a { background-color: rgb(207,30,192); }
div.DivClassName
{
background-color: #CF1EC0;
}
.BgClassName
{
background-color: #CF1EC0;
}
</style>
border-color css
<style>
span { border-color: #CF1EC0; }
span { border-color: rgb(207,30,192); }
td.TdClassName
{
border-color: #CF1EC0;
}
.TagClassName
{
border-color: #CF1EC0;
}
</style>