Shades of Deep Magenta #C629DC
Tints of Deep Magenta #C629DC
RGB
CMYK
RGB Variations
Color information
#C629DC (or 0xC629DC) is known color: Deep Magenta. HEX triplet: C6, 29 and DC. RGB value is (198,41,220). Sum of RGB (Red+Green+Blue) = 198+41+220=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #C629DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629DC is #39D623. Grayscale: #6B6B6B. Windows color (decimal): -3790372 or 14428614. OLE color: 14428614.
HSL color Cylindrical-coordinate representation of color #C629DC: hue angle of 292.63º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C629DC is Cyan = 0.1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 41 | 220 | - |
| CMYK | 0.1 | 0.81 | 0 | 0.14 |
| HSL | 292.63º | 0.72% | 0.51% | - |
| HSV(B) | 292.63º | 0.81% | 0.86% | - |
| XYZ | 37 | 18.76 | 69.38 | - |
| YUV | 108.35 | 191.01 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 220 | 0.1 | 0.81 | 0 | 0.14 | 292.63 | 0.72 | 0.51 |
| Hex | C6 | 29 | DC | A | 51 | 0 | E | 125 | 48 | 33 |
| Octal | 306 | 51 | 334 | 12 | 121 | 0 | 16 | 445 | 110 | 63 |
| Binary | 11000110 | 101001 | 11011100 | 1010 | 1010001 | 0 | 1110 | 100100101 | 1001000 | 110011 |
Color Harmonies of #C629DC
Complementary color
Monochromatic Colors of #C629DC
Black with #C629DC
Text Example
Text Example
White with #C629DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629DC; }
p { color: rgb(198,41,220); }
H1.HeaderClassName
{
color: #C629DC;
}
.AnyTagClassName
{
color: #C629DC;
}
</style>
background-color css
<style>
a { background-color: #C629DC; }
a { background-color: rgb(198,41,220); }
div.DivClassName
{
background-color: #C629DC;
}
.BgClassName
{
background-color: #C629DC;
}
</style>
border-color css
<style>
span { border-color: #C629DC; }
span { border-color: rgb(198,41,220); }
td.TdClassName
{
border-color: #C629DC;
}
.TagClassName
{
border-color: #C629DC;
}
</style>