Shades of Deep Magenta #CF1EC6
Tints of Deep Magenta #CF1EC6
RGB
CMYK
RGB Variations
Color information
#CF1EC6 (or 0xCF1EC6) is known color: Deep Magenta. HEX triplet: CF, 1E and C6. RGB value is (207,30,198). Sum of RGB (Red+Green+Blue) = 207+30+198=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1EC6 is #30E139. Grayscale: #656565. Windows color (decimal): -3203386 or 12984015. OLE color: 12984015.
HSL color Cylindrical-coordinate representation of color #CF1EC6: hue angle of 303.05º 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 #CF1EC6 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 198 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.19 |
| HSL | 303.05º | 0.75% | 0.46% | - |
| HSV(B) | 303.05º | 0.86% | 0.81% | - |
| XYZ | 36.39 | 18.27 | 55.03 | - |
| YUV | 102.08 | 182.14 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 198 | 0 | 0.86 | 0.04 | 0.19 | 303.05 | 0.75 | 0.46 |
| Hex | CF | 1E | C6 | 0 | 56 | 4 | 13 | 12F | 4B | 2E |
| Octal | 317 | 36 | 306 | 0 | 126 | 4 | 23 | 457 | 113 | 56 |
| Binary | 11001111 | 11110 | 11000110 | 0 | 1010110 | 100 | 10011 | 100101111 | 1001011 | 101110 |
Color Harmonies of #CF1EC6
Complementary color
Monochromatic Colors of #CF1EC6
Black with #CF1EC6
Text Example
Text Example
White with #CF1EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1EC6; }
p { color: rgb(207,30,198); }
H1.HeaderClassName
{
color: #CF1EC6;
}
.AnyTagClassName
{
color: #CF1EC6;
}
</style>
background-color css
<style>
a { background-color: #CF1EC6; }
a { background-color: rgb(207,30,198); }
div.DivClassName
{
background-color: #CF1EC6;
}
.BgClassName
{
background-color: #CF1EC6;
}
</style>
border-color css
<style>
span { border-color: #CF1EC6; }
span { border-color: rgb(207,30,198); }
td.TdClassName
{
border-color: #CF1EC6;
}
.TagClassName
{
border-color: #CF1EC6;
}
</style>