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