Shades of Deep Magenta #C626DC
Tints of Deep Magenta #C626DC
RGB
CMYK
RGB Variations
Color information
#C626DC (or 0xC626DC) is known color: Deep Magenta. HEX triplet: C6, 26 and DC. RGB value is (198,38,220). Sum of RGB (Red+Green+Blue) = 198+38+220=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #C626DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626DC is #39D923. Grayscale: #6A6A6A. Windows color (decimal): -3791140 or 14427846. OLE color: 14427846.
HSL color Cylindrical-coordinate representation of color #C626DC: hue angle of 292.75º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C626DC is Cyan = 0.1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 38 | 220 | - |
| CMYK | 0.1 | 0.83 | 0 | 0.14 |
| HSL | 292.75º | 0.72% | 0.51% | - |
| HSV(B) | 292.75º | 0.83% | 0.86% | - |
| XYZ | 36.9 | 18.56 | 69.35 | - |
| YUV | 106.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 220 | 0.1 | 0.83 | 0 | 0.14 | 292.75 | 0.72 | 0.51 |
| Hex | C6 | 26 | DC | A | 53 | 0 | E | 125 | 48 | 33 |
| Octal | 306 | 46 | 334 | 12 | 123 | 0 | 16 | 445 | 110 | 63 |
| Binary | 11000110 | 100110 | 11011100 | 1010 | 1010011 | 0 | 1110 | 100100101 | 1001000 | 110011 |
Color Harmonies of #C626DC
Complementary color
Monochromatic Colors of #C626DC
Black with #C626DC
Text Example
Text Example
White with #C626DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626DC; }
p { color: rgb(198,38,220); }
H1.HeaderClassName
{
color: #C626DC;
}
.AnyTagClassName
{
color: #C626DC;
}
</style>
background-color css
<style>
a { background-color: #C626DC; }
a { background-color: rgb(198,38,220); }
div.DivClassName
{
background-color: #C626DC;
}
.BgClassName
{
background-color: #C626DC;
}
</style>
border-color css
<style>
span { border-color: #C626DC; }
span { border-color: rgb(198,38,220); }
td.TdClassName
{
border-color: #C626DC;
}
.TagClassName
{
border-color: #C626DC;
}
</style>