Shades of Deep Magenta #C620D6
Tints of Deep Magenta #C620D6
RGB
CMYK
RGB Variations
Color information
#C620D6 (or 0xC620D6) is known color: Deep Magenta. HEX triplet: C6, 20 and D6. RGB value is (198,32,214). Sum of RGB (Red+Green+Blue) = 198+32+214=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #C620D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620D6 is #39DF29. Grayscale: #656565. Windows color (decimal): -3792682 or 14033094. OLE color: 14033094.
HSL color Cylindrical-coordinate representation of color #C620D6: hue angle of 294.73º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C620D6 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 32 | 214 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.16 |
| HSL | 294.73º | 0.74% | 0.48% | - |
| HSV(B) | 294.73º | 0.85% | 0.84% | - |
| XYZ | 35.94 | 17.89 | 65.18 | - |
| YUV | 102.38 | 191 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 214 | 0.07 | 0.85 | 0 | 0.16 | 294.73 | 0.74 | 0.48 |
| Hex | C6 | 20 | D6 | 7 | 55 | 0 | 10 | 127 | 4A | 30 |
| Octal | 306 | 40 | 326 | 7 | 125 | 0 | 20 | 447 | 112 | 60 |
| Binary | 11000110 | 100000 | 11010110 | 111 | 1010101 | 0 | 10000 | 100100111 | 1001010 | 110000 |
Color Harmonies of #C620D6
Complementary color
Monochromatic Colors of #C620D6
Black with #C620D6
Text Example
Text Example
White with #C620D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620D6; }
p { color: rgb(198,32,214); }
H1.HeaderClassName
{
color: #C620D6;
}
.AnyTagClassName
{
color: #C620D6;
}
</style>
background-color css
<style>
a { background-color: #C620D6; }
a { background-color: rgb(198,32,214); }
div.DivClassName
{
background-color: #C620D6;
}
.BgClassName
{
background-color: #C620D6;
}
</style>
border-color css
<style>
span { border-color: #C620D6; }
span { border-color: rgb(198,32,214); }
td.TdClassName
{
border-color: #C620D6;
}
.TagClassName
{
border-color: #C620D6;
}
</style>