Shades of Deep Magenta #C622DB
Tints of Deep Magenta #C622DB
RGB
CMYK
RGB Variations
Color information
#C622DB (or 0xC622DB) is known color: Deep Magenta. HEX triplet: C6, 22 and DB. RGB value is (198,34,219). Sum of RGB (Red+Green+Blue) = 198+34+219=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 34 (13.67% from 255 or 7.54% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #C622DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C622DB is #39DD24. Grayscale: #676767. Windows color (decimal): -3792165 or 14361286. OLE color: 14361286.
HSL color Cylindrical-coordinate representation of color #C622DB: hue angle of 293.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C622DB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 34 | 219 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.14 |
| HSL | 293.19º | 0.73% | 0.5% | - |
| HSV(B) | 293.19º | 0.84% | 0.86% | - |
| XYZ | 36.65 | 18.26 | 68.61 | - |
| YUV | 104.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 219 | 0.10 | 0.84 | 0 | 0.14 | 293.19 | 0.73 | 0.5 |
| Hex | C6 | 22 | DB | A | 54 | 0 | E | 125 | 49 | 32 |
| Octal | 306 | 42 | 333 | 12 | 124 | 0 | 16 | 445 | 111 | 62 |
| Binary | 11000110 | 100010 | 11011011 | 1010 | 1010100 | 0 | 1110 | 100100101 | 1001001 | 110010 |
Color Harmonies of #C622DB
Complementary color
Monochromatic Colors of #C622DB
Black with #C622DB
Text Example
Text Example
White with #C622DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C622DB; }
p { color: rgb(198,34,219); }
H1.HeaderClassName
{
color: #C622DB;
}
.AnyTagClassName
{
color: #C622DB;
}
</style>
background-color css
<style>
a { background-color: #C622DB; }
a { background-color: rgb(198,34,219); }
div.DivClassName
{
background-color: #C622DB;
}
.BgClassName
{
background-color: #C622DB;
}
</style>
border-color css
<style>
span { border-color: #C622DB; }
span { border-color: rgb(198,34,219); }
td.TdClassName
{
border-color: #C622DB;
}
.TagClassName
{
border-color: #C622DB;
}
</style>