Shades of Deep Magenta #C61CDC
Tints of Deep Magenta #C61CDC
RGB
CMYK
RGB Variations
Color information
#C61CDC (or 0xC61CDC) is known color: Deep Magenta. HEX triplet: C6, 1C and DC. RGB value is (198,28,220). Sum of RGB (Red+Green+Blue) = 198+28+220=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #C61CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CDC is #39E323. Grayscale: #646464. Windows color (decimal): -3793700 or 14425286. OLE color: 14425286.
HSL color Cylindrical-coordinate representation of color #C61CDC: hue angle of 293.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61CDC is Cyan = 0.1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 28 | 220 | - |
| CMYK | 0.1 | 0.87 | 0 | 0.14 |
| HSL | 293.13º | 0.77% | 0.49% | - |
| HSV(B) | 293.13º | 0.87% | 0.86% | - |
| XYZ | 36.62 | 18 | 69.25 | - |
| YUV | 100.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 220 | 0.1 | 0.87 | 0 | 0.14 | 293.13 | 0.77 | 0.49 |
| Hex | C6 | 1C | DC | A | 57 | 0 | E | 125 | 4D | 31 |
| Octal | 306 | 34 | 334 | 12 | 127 | 0 | 16 | 445 | 115 | 61 |
| Binary | 11000110 | 11100 | 11011100 | 1010 | 1010111 | 0 | 1110 | 100100101 | 1001101 | 110001 |
Color Harmonies of #C61CDC
Complementary color
Monochromatic Colors of #C61CDC
Black with #C61CDC
Text Example
Text Example
White with #C61CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CDC; }
p { color: rgb(198,28,220); }
H1.HeaderClassName
{
color: #C61CDC;
}
.AnyTagClassName
{
color: #C61CDC;
}
</style>
background-color css
<style>
a { background-color: #C61CDC; }
a { background-color: rgb(198,28,220); }
div.DivClassName
{
background-color: #C61CDC;
}
.BgClassName
{
background-color: #C61CDC;
}
</style>
border-color css
<style>
span { border-color: #C61CDC; }
span { border-color: rgb(198,28,220); }
td.TdClassName
{
border-color: #C61CDC;
}
.TagClassName
{
border-color: #C61CDC;
}
</style>