Shades of Deep Magenta #C61ED1
Tints of Deep Magenta #C61ED1
RGB
CMYK
RGB Variations
Color information
#C61ED1 (or 0xC61ED1) is known color: Deep Magenta. HEX triplet: C6, 1E and D1. RGB value is (198,30,209). Sum of RGB (Red+Green+Blue) = 198+30+209=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #C61ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ED1 is #39E12E. Grayscale: #646464. Windows color (decimal): -3793199 or 13704902. OLE color: 13704902.
HSL color Cylindrical-coordinate representation of color #C61ED1: hue angle of 296.31º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61ED1 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 30 | 209 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.18 |
| HSL | 296.31º | 0.75% | 0.47% | - |
| HSV(B) | 296.31º | 0.86% | 0.82% | - |
| XYZ | 35.26 | 17.54 | 61.85 | - |
| YUV | 100.64 | 189.16 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 209 | 0.05 | 0.86 | 0 | 0.18 | 296.31 | 0.75 | 0.47 |
| Hex | C6 | 1E | D1 | 5 | 56 | 0 | 12 | 128 | 4B | 2F |
| Octal | 306 | 36 | 321 | 5 | 126 | 0 | 22 | 450 | 113 | 57 |
| Binary | 11000110 | 11110 | 11010001 | 101 | 1010110 | 0 | 10010 | 100101000 | 1001011 | 101111 |
Color Harmonies of #C61ED1
Complementary color
Monochromatic Colors of #C61ED1
Black with #C61ED1
Text Example
Text Example
White with #C61ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61ED1; }
p { color: rgb(198,30,209); }
H1.HeaderClassName
{
color: #C61ED1;
}
.AnyTagClassName
{
color: #C61ED1;
}
</style>
background-color css
<style>
a { background-color: #C61ED1; }
a { background-color: rgb(198,30,209); }
div.DivClassName
{
background-color: #C61ED1;
}
.BgClassName
{
background-color: #C61ED1;
}
</style>
border-color css
<style>
span { border-color: #C61ED1; }
span { border-color: rgb(198,30,209); }
td.TdClassName
{
border-color: #C61ED1;
}
.TagClassName
{
border-color: #C61ED1;
}
</style>