Shades of Deep Magenta #C61EAF
Tints of Deep Magenta #C61EAF
RGB
CMYK
RGB Variations
Color information
#C61EAF (or 0xC61EAF) is known color: Deep Magenta. HEX triplet: C6, 1E and AF. RGB value is (198,30,175). Sum of RGB (Red+Green+Blue) = 198+30+175=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61EAF is #39E150. Grayscale: #606060. Windows color (decimal): -3793233 or 11476678. OLE color: 11476678.
HSL color Cylindrical-coordinate representation of color #C61EAF: hue angle of 308.21º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61EAF is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 175 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.22 |
| HSL | 308.21º | 0.74% | 0.45% | - |
| HSV(B) | 308.21º | 0.85% | 0.78% | - |
| XYZ | 31.49 | 16.03 | 41.99 | - |
| YUV | 96.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 175 | 0 | 0.85 | 0.12 | 0.22 | 308.21 | 0.74 | 0.45 |
| Hex | C6 | 1E | AF | 0 | 55 | C | 16 | 134 | 4A | 2D |
| Octal | 306 | 36 | 257 | 0 | 125 | 14 | 26 | 464 | 112 | 55 |
| Binary | 11000110 | 11110 | 10101111 | 0 | 1010101 | 1100 | 10110 | 100110100 | 1001010 | 101101 |
Color Harmonies of #C61EAF
Complementary color
Monochromatic Colors of #C61EAF
Black with #C61EAF
Text Example
Text Example
White with #C61EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EAF; }
p { color: rgb(198,30,175); }
H1.HeaderClassName
{
color: #C61EAF;
}
.AnyTagClassName
{
color: #C61EAF;
}
</style>
background-color css
<style>
a { background-color: #C61EAF; }
a { background-color: rgb(198,30,175); }
div.DivClassName
{
background-color: #C61EAF;
}
.BgClassName
{
background-color: #C61EAF;
}
</style>
border-color css
<style>
span { border-color: #C61EAF; }
span { border-color: rgb(198,30,175); }
td.TdClassName
{
border-color: #C61EAF;
}
.TagClassName
{
border-color: #C61EAF;
}
</style>