Shades of Deep Magenta #C61CDE
Tints of Deep Magenta #C61CDE
RGB
CMYK
RGB Variations
Color information
#C61CDE (or 0xC61CDE) is known color: Deep Magenta. HEX triplet: C6, 1C and DE. RGB value is (198,28,222). Sum of RGB (Red+Green+Blue) = 198+28+222=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #C61CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CDE is #39E321. Grayscale: #646464. Windows color (decimal): -3793698 or 14556358. OLE color: 14556358.
HSL color Cylindrical-coordinate representation of color #C61CDE: hue angle of 292.58º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61CDE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 28 | 222 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.13 |
| HSL | 292.58º | 0.78% | 0.49% | - |
| HSV(B) | 292.58º | 0.87% | 0.87% | - |
| XYZ | 36.89 | 18.11 | 70.66 | - |
| YUV | 100.95 | 196.32 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 222 | 0.11 | 0.87 | 0 | 0.13 | 292.58 | 0.78 | 0.49 |
| Hex | C6 | 1C | DE | B | 57 | 0 | D | 125 | 4E | 31 |
| Octal | 306 | 34 | 336 | 13 | 127 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11000110 | 11100 | 11011110 | 1011 | 1010111 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C61CDE
Complementary color
Monochromatic Colors of #C61CDE
Black with #C61CDE
Text Example
Text Example
White with #C61CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CDE; }
p { color: rgb(198,28,222); }
H1.HeaderClassName
{
color: #C61CDE;
}
.AnyTagClassName
{
color: #C61CDE;
}
</style>
background-color css
<style>
a { background-color: #C61CDE; }
a { background-color: rgb(198,28,222); }
div.DivClassName
{
background-color: #C61CDE;
}
.BgClassName
{
background-color: #C61CDE;
}
</style>
border-color css
<style>
span { border-color: #C61CDE; }
span { border-color: rgb(198,28,222); }
td.TdClassName
{
border-color: #C61CDE;
}
.TagClassName
{
border-color: #C61CDE;
}
</style>