Shades of Deep Magenta #C620DF
Tints of Deep Magenta #C620DF
RGB
CMYK
RGB Variations
Color information
#C620DF (or 0xC620DF) is known color: Deep Magenta. HEX triplet: C6, 20 and DF. RGB value is (198,32,223). Sum of RGB (Red+Green+Blue) = 198+32+223=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #C620DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620DF is #39DF20. Grayscale: #666666. Windows color (decimal): -3792673 or 14622918. OLE color: 14622918.
HSL color Cylindrical-coordinate representation of color #C620DF: hue angle of 292.15º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C620DF is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 32 | 223 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.13 |
| HSL | 292.15º | 0.75% | 0.5% | - |
| HSV(B) | 292.15º | 0.86% | 0.87% | - |
| XYZ | 37.12 | 18.37 | 71.4 | - |
| YUV | 103.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 223 | 0.11 | 0.86 | 0 | 0.13 | 292.15 | 0.75 | 0.5 |
| Hex | C6 | 20 | DF | B | 56 | 0 | D | 124 | 4B | 32 |
| Octal | 306 | 40 | 337 | 13 | 126 | 0 | 15 | 444 | 113 | 62 |
| Binary | 11000110 | 100000 | 11011111 | 1011 | 1010110 | 0 | 1101 | 100100100 | 1001011 | 110010 |
Color Harmonies of #C620DF
Complementary color
Monochromatic Colors of #C620DF
Black with #C620DF
Text Example
Text Example
White with #C620DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620DF; }
p { color: rgb(198,32,223); }
H1.HeaderClassName
{
color: #C620DF;
}
.AnyTagClassName
{
color: #C620DF;
}
</style>
background-color css
<style>
a { background-color: #C620DF; }
a { background-color: rgb(198,32,223); }
div.DivClassName
{
background-color: #C620DF;
}
.BgClassName
{
background-color: #C620DF;
}
</style>
border-color css
<style>
span { border-color: #C620DF; }
span { border-color: rgb(198,32,223); }
td.TdClassName
{
border-color: #C620DF;
}
.TagClassName
{
border-color: #C620DF;
}
</style>