Shades of Deep Magenta #CF1ECC
Tints of Deep Magenta #CF1ECC
RGB
CMYK
RGB Variations
Color information
#CF1ECC (or 0xCF1ECC) is known color: Deep Magenta. HEX triplet: CF, 1E and CC. RGB value is (207,30,204). Sum of RGB (Red+Green+Blue) = 207+30+204=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1ECC is #30E133. Grayscale: #666666. Windows color (decimal): -3203380 or 13377231. OLE color: 13377231.
HSL color Cylindrical-coordinate representation of color #CF1ECC: hue angle of 301.02º 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 #CF1ECC is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 204 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.19 |
| HSL | 301.02º | 0.75% | 0.46% | - |
| HSV(B) | 301.02º | 0.86% | 0.81% | - |
| XYZ | 37.1 | 18.55 | 58.75 | - |
| YUV | 102.76 | 185.14 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 204 | 0 | 0.86 | 0.01 | 0.19 | 301.02 | 0.75 | 0.46 |
| Hex | CF | 1E | CC | 0 | 56 | 1 | 13 | 12D | 4B | 2E |
| Octal | 317 | 36 | 314 | 0 | 126 | 1 | 23 | 455 | 113 | 56 |
| Binary | 11001111 | 11110 | 11001100 | 0 | 1010110 | 1 | 10011 | 100101101 | 1001011 | 101110 |
Color Harmonies of #CF1ECC
Complementary color
Monochromatic Colors of #CF1ECC
Black with #CF1ECC
Text Example
Text Example
White with #CF1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1ECC; }
p { color: rgb(207,30,204); }
H1.HeaderClassName
{
color: #CF1ECC;
}
.AnyTagClassName
{
color: #CF1ECC;
}
</style>
background-color css
<style>
a { background-color: #CF1ECC; }
a { background-color: rgb(207,30,204); }
div.DivClassName
{
background-color: #CF1ECC;
}
.BgClassName
{
background-color: #CF1ECC;
}
</style>
border-color css
<style>
span { border-color: #CF1ECC; }
span { border-color: rgb(207,30,204); }
td.TdClassName
{
border-color: #CF1ECC;
}
.TagClassName
{
border-color: #CF1ECC;
}
</style>