Shades of Deep Magenta #C622E0
Tints of Deep Magenta #C622E0
RGB
CMYK
RGB Variations
Color information
#C622E0 (or 0xC622E0) is known color: Deep Magenta. HEX triplet: C6, 22 and E0. RGB value is (198,34,224). Sum of RGB (Red+Green+Blue) = 198+34+224=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #C622E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C622E0 is #39DD1F. Grayscale: #686868. Windows color (decimal): -3792160 or 14688966. OLE color: 14688966.
HSL color Cylindrical-coordinate representation of color #C622E0: hue angle of 291.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C622E0 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 34 | 224 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.12 |
| HSL | 291.79º | 0.75% | 0.51% | - |
| HSV(B) | 291.79º | 0.85% | 0.88% | - |
| XYZ | 37.32 | 18.53 | 72.13 | - |
| YUV | 104.7 | 195.33 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 224 | 0.12 | 0.85 | 0 | 0.12 | 291.79 | 0.75 | 0.51 |
| Hex | C6 | 22 | E0 | C | 55 | 0 | C | 124 | 4B | 33 |
| Octal | 306 | 42 | 340 | 14 | 125 | 0 | 14 | 444 | 113 | 63 |
| Binary | 11000110 | 100010 | 11100000 | 1100 | 1010101 | 0 | 1100 | 100100100 | 1001011 | 110011 |
Color Harmonies of #C622E0
Complementary color
Monochromatic Colors of #C622E0
Black with #C622E0
Text Example
Text Example
White with #C622E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C622E0; }
p { color: rgb(198,34,224); }
H1.HeaderClassName
{
color: #C622E0;
}
.AnyTagClassName
{
color: #C622E0;
}
</style>
background-color css
<style>
a { background-color: #C622E0; }
a { background-color: rgb(198,34,224); }
div.DivClassName
{
background-color: #C622E0;
}
.BgClassName
{
background-color: #C622E0;
}
</style>
border-color css
<style>
span { border-color: #C622E0; }
span { border-color: rgb(198,34,224); }
td.TdClassName
{
border-color: #C622E0;
}
.TagClassName
{
border-color: #C622E0;
}
</style>