Shades of Deep Magenta #C622DE
Tints of Deep Magenta #C622DE
RGB
CMYK
RGB Variations
Color information
#C622DE (or 0xC622DE) is known color: Deep Magenta. HEX triplet: C6, 22 and DE. RGB value is (198,34,222). Sum of RGB (Red+Green+Blue) = 198+34+222=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #C622DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C622DE is #39DD21. Grayscale: #676767. Windows color (decimal): -3792162 or 14557894. OLE color: 14557894.
HSL color Cylindrical-coordinate representation of color #C622DE: hue angle of 292.34º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C622DE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 34 | 222 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.13 |
| HSL | 292.34º | 0.74% | 0.5% | - |
| HSV(B) | 292.34º | 0.85% | 0.87% | - |
| XYZ | 37.05 | 18.42 | 70.71 | - |
| YUV | 104.47 | 194.33 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 222 | 0.11 | 0.85 | 0 | 0.13 | 292.34 | 0.74 | 0.5 |
| Hex | C6 | 22 | DE | B | 55 | 0 | D | 124 | 4A | 32 |
| Octal | 306 | 42 | 336 | 13 | 125 | 0 | 15 | 444 | 112 | 62 |
| Binary | 11000110 | 100010 | 11011110 | 1011 | 1010101 | 0 | 1101 | 100100100 | 1001010 | 110010 |
Color Harmonies of #C622DE
Complementary color
Monochromatic Colors of #C622DE
Black with #C622DE
Text Example
Text Example
White with #C622DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C622DE; }
p { color: rgb(198,34,222); }
H1.HeaderClassName
{
color: #C622DE;
}
.AnyTagClassName
{
color: #C622DE;
}
</style>
background-color css
<style>
a { background-color: #C622DE; }
a { background-color: rgb(198,34,222); }
div.DivClassName
{
background-color: #C622DE;
}
.BgClassName
{
background-color: #C622DE;
}
</style>
border-color css
<style>
span { border-color: #C622DE; }
span { border-color: rgb(198,34,222); }
td.TdClassName
{
border-color: #C622DE;
}
.TagClassName
{
border-color: #C622DE;
}
</style>