Shades of Deep Magenta #C61ECC
Tints of Deep Magenta #C61ECC
RGB
CMYK
RGB Variations
Color information
#C61ECC (or 0xC61ECC) is known color: Deep Magenta. HEX triplet: C6, 1E and CC. RGB value is (198,30,204). Sum of RGB (Red+Green+Blue) = 198+30+204=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #C61ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ECC is #39E133. Grayscale: #636363. Windows color (decimal): -3793204 or 13377222. OLE color: 13377222.
HSL color Cylindrical-coordinate representation of color #C61ECC: hue angle of 297.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61ECC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 30 | 204 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.2 |
| HSL | 297.93º | 0.74% | 0.46% | - |
| HSV(B) | 297.93º | 0.85% | 0.8% | - |
| XYZ | 34.65 | 17.29 | 58.64 | - |
| YUV | 100.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 204 | 0.03 | 0.85 | 0 | 0.2 | 297.93 | 0.74 | 0.46 |
| Hex | C6 | 1E | CC | 3 | 55 | 0 | 14 | 12A | 4A | 2E |
| Octal | 306 | 36 | 314 | 3 | 125 | 0 | 24 | 452 | 112 | 56 |
| Binary | 11000110 | 11110 | 11001100 | 11 | 1010101 | 0 | 10100 | 100101010 | 1001010 | 101110 |
Color Harmonies of #C61ECC
Complementary color
Monochromatic Colors of #C61ECC
Black with #C61ECC
Text Example
Text Example
White with #C61ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61ECC; }
p { color: rgb(198,30,204); }
H1.HeaderClassName
{
color: #C61ECC;
}
.AnyTagClassName
{
color: #C61ECC;
}
</style>
background-color css
<style>
a { background-color: #C61ECC; }
a { background-color: rgb(198,30,204); }
div.DivClassName
{
background-color: #C61ECC;
}
.BgClassName
{
background-color: #C61ECC;
}
</style>
border-color css
<style>
span { border-color: #C61ECC; }
span { border-color: rgb(198,30,204); }
td.TdClassName
{
border-color: #C61ECC;
}
.TagClassName
{
border-color: #C61ECC;
}
</style>