Shades of Deep Magenta #C61EDF
Tints of Deep Magenta #C61EDF
RGB
CMYK
RGB Variations
Color information
#C61EDF (or 0xC61EDF) is known color: Deep Magenta. HEX triplet: C6, 1E and DF. RGB value is (198,30,223). Sum of RGB (Red+Green+Blue) = 198+30+223=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #C61EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61EDF is #39E120. Grayscale: #656565. Windows color (decimal): -3793185 or 14622406. OLE color: 14622406.
HSL color Cylindrical-coordinate representation of color #C61EDF: hue angle of 292.23º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61EDF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 30 | 223 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.13 |
| HSL | 292.23º | 0.76% | 0.5% | - |
| HSV(B) | 292.23º | 0.87% | 0.87% | - |
| XYZ | 37.07 | 18.26 | 71.38 | - |
| YUV | 102.23 | 196.16 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 223 | 0.11 | 0.87 | 0 | 0.13 | 292.23 | 0.76 | 0.5 |
| Hex | C6 | 1E | DF | B | 57 | 0 | D | 124 | 4C | 32 |
| Octal | 306 | 36 | 337 | 13 | 127 | 0 | 15 | 444 | 114 | 62 |
| Binary | 11000110 | 11110 | 11011111 | 1011 | 1010111 | 0 | 1101 | 100100100 | 1001100 | 110010 |
Color Harmonies of #C61EDF
Complementary color
Monochromatic Colors of #C61EDF
Black with #C61EDF
Text Example
Text Example
White with #C61EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EDF; }
p { color: rgb(198,30,223); }
H1.HeaderClassName
{
color: #C61EDF;
}
.AnyTagClassName
{
color: #C61EDF;
}
</style>
background-color css
<style>
a { background-color: #C61EDF; }
a { background-color: rgb(198,30,223); }
div.DivClassName
{
background-color: #C61EDF;
}
.BgClassName
{
background-color: #C61EDF;
}
</style>
border-color css
<style>
span { border-color: #C61EDF; }
span { border-color: rgb(198,30,223); }
td.TdClassName
{
border-color: #C61EDF;
}
.TagClassName
{
border-color: #C61EDF;
}
</style>