Shades of Deep Magenta #C620C9
Tints of Deep Magenta #C620C9
RGB
CMYK
RGB Variations
Color information
#C620C9 (or 0xC620C9) is known color: Deep Magenta. HEX triplet: C6, 20 and C9. RGB value is (198,32,201). Sum of RGB (Red+Green+Blue) = 198+32+201=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #C620C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620C9 is #39DF36. Grayscale: #646464. Windows color (decimal): -3792695 or 13181126. OLE color: 13181126.
HSL color Cylindrical-coordinate representation of color #C620C9: hue angle of 298.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C620C9 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 32 | 201 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.21 |
| HSL | 298.93º | 0.73% | 0.46% | - |
| HSV(B) | 298.93º | 0.84% | 0.79% | - |
| XYZ | 34.35 | 17.26 | 56.78 | - |
| YUV | 100.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 201 | 0.01 | 0.84 | 0 | 0.21 | 298.93 | 0.73 | 0.46 |
| Hex | C6 | 20 | C9 | 1 | 54 | 0 | 15 | 12B | 49 | 2E |
| Octal | 306 | 40 | 311 | 1 | 124 | 0 | 25 | 453 | 111 | 56 |
| Binary | 11000110 | 100000 | 11001001 | 1 | 1010100 | 0 | 10101 | 100101011 | 1001001 | 101110 |
Color Harmonies of #C620C9
Complementary color
Monochromatic Colors of #C620C9
Black with #C620C9
Text Example
Text Example
White with #C620C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620C9; }
p { color: rgb(198,32,201); }
H1.HeaderClassName
{
color: #C620C9;
}
.AnyTagClassName
{
color: #C620C9;
}
</style>
background-color css
<style>
a { background-color: #C620C9; }
a { background-color: rgb(198,32,201); }
div.DivClassName
{
background-color: #C620C9;
}
.BgClassName
{
background-color: #C620C9;
}
</style>
border-color css
<style>
span { border-color: #C620C9; }
span { border-color: rgb(198,32,201); }
td.TdClassName
{
border-color: #C620C9;
}
.TagClassName
{
border-color: #C620C9;
}
</style>