Shades of Deep Magenta #C622DC
Tints of Deep Magenta #C622DC
RGB
CMYK
RGB Variations
Color information
#C622DC (or 0xC622DC) is known color: Deep Magenta. HEX triplet: C6, 22 and DC. RGB value is (198,34,220). Sum of RGB (Red+Green+Blue) = 198+34+220=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #C622DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C622DC is #39DD23. Grayscale: #676767. Windows color (decimal): -3792164 or 14426822. OLE color: 14426822.
HSL color Cylindrical-coordinate representation of color #C622DC: hue angle of 292.9º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C622DC is Cyan = 0.1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 34 | 220 | - |
| CMYK | 0.1 | 0.85 | 0 | 0.14 |
| HSL | 292.9º | 0.73% | 0.5% | - |
| HSV(B) | 292.9º | 0.85% | 0.86% | - |
| XYZ | 36.78 | 18.32 | 69.31 | - |
| YUV | 104.24 | 193.33 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 220 | 0.1 | 0.85 | 0 | 0.14 | 292.9 | 0.73 | 0.5 |
| Hex | C6 | 22 | DC | A | 55 | 0 | E | 125 | 49 | 32 |
| Octal | 306 | 42 | 334 | 12 | 125 | 0 | 16 | 445 | 111 | 62 |
| Binary | 11000110 | 100010 | 11011100 | 1010 | 1010101 | 0 | 1110 | 100100101 | 1001001 | 110010 |
Color Harmonies of #C622DC
Complementary color
Monochromatic Colors of #C622DC
Black with #C622DC
Text Example
Text Example
White with #C622DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C622DC; }
p { color: rgb(198,34,220); }
H1.HeaderClassName
{
color: #C622DC;
}
.AnyTagClassName
{
color: #C622DC;
}
</style>
background-color css
<style>
a { background-color: #C622DC; }
a { background-color: rgb(198,34,220); }
div.DivClassName
{
background-color: #C622DC;
}
.BgClassName
{
background-color: #C622DC;
}
</style>
border-color css
<style>
span { border-color: #C622DC; }
span { border-color: rgb(198,34,220); }
td.TdClassName
{
border-color: #C622DC;
}
.TagClassName
{
border-color: #C622DC;
}
</style>