Shades of Deep Magenta #C620AF
Tints of Deep Magenta #C620AF
RGB
CMYK
RGB Variations
Color information
#C620AF (or 0xC620AF) is known color: Deep Magenta. HEX triplet: C6, 20 and AF. RGB value is (198,32,175). Sum of RGB (Red+Green+Blue) = 198+32+175=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C620AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C620AF is #39DF50. Grayscale: #616161. Windows color (decimal): -3792721 or 11477190. OLE color: 11477190.
HSL color Cylindrical-coordinate representation of color #C620AF: hue angle of 308.31º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C620AF is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 175 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.22 |
| HSL | 308.31º | 0.72% | 0.45% | - |
| HSV(B) | 308.31º | 0.84% | 0.78% | - |
| XYZ | 31.54 | 16.13 | 42.01 | - |
| YUV | 97.94 | 171.5 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 175 | 0 | 0.84 | 0.12 | 0.22 | 308.31 | 0.72 | 0.45 |
| Hex | C6 | 20 | AF | 0 | 54 | C | 16 | 134 | 48 | 2D |
| Octal | 306 | 40 | 257 | 0 | 124 | 14 | 26 | 464 | 110 | 55 |
| Binary | 11000110 | 100000 | 10101111 | 0 | 1010100 | 1100 | 10110 | 100110100 | 1001000 | 101101 |
Color Harmonies of #C620AF
Complementary color
Monochromatic Colors of #C620AF
Black with #C620AF
Text Example
Text Example
White with #C620AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620AF; }
p { color: rgb(198,32,175); }
H1.HeaderClassName
{
color: #C620AF;
}
.AnyTagClassName
{
color: #C620AF;
}
</style>
background-color css
<style>
a { background-color: #C620AF; }
a { background-color: rgb(198,32,175); }
div.DivClassName
{
background-color: #C620AF;
}
.BgClassName
{
background-color: #C620AF;
}
</style>
border-color css
<style>
span { border-color: #C620AF; }
span { border-color: rgb(198,32,175); }
td.TdClassName
{
border-color: #C620AF;
}
.TagClassName
{
border-color: #C620AF;
}
</style>