Shades of Medium Violet Red #C620AC
Tints of Medium Violet Red #C620AC
RGB
CMYK
RGB Variations
Color information
#C620AC (or 0xC620AC) is known color: Medium Violet Red. HEX triplet: C6, 20 and AC. RGB value is (198,32,172). Sum of RGB (Red+Green+Blue) = 198+32+172=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C620AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C620AC is #39DF53. Grayscale: #616161. Windows color (decimal): -3792724 or 11280582. OLE color: 11280582.
HSL color Cylindrical-coordinate representation of color #C620AC: hue angle of 309.4º 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 #C620AC is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 172 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.22 |
| HSL | 309.4º | 0.72% | 0.45% | - |
| HSV(B) | 309.4º | 0.84% | 0.78% | - |
| XYZ | 31.25 | 16.02 | 40.47 | - |
| YUV | 97.59 | 170 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 172 | 0 | 0.84 | 0.13 | 0.22 | 309.4 | 0.72 | 0.45 |
| Hex | C6 | 20 | AC | 0 | 54 | D | 16 | 135 | 48 | 2D |
| Octal | 306 | 40 | 254 | 0 | 124 | 15 | 26 | 465 | 110 | 55 |
| Binary | 11000110 | 100000 | 10101100 | 0 | 1010100 | 1101 | 10110 | 100110101 | 1001000 | 101101 |
Color Harmonies of #C620AC
Complementary color
Monochromatic Colors of #C620AC
Black with #C620AC
Text Example
Text Example
White with #C620AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620AC; }
p { color: rgb(198,32,172); }
H1.HeaderClassName
{
color: #C620AC;
}
.AnyTagClassName
{
color: #C620AC;
}
</style>
background-color css
<style>
a { background-color: #C620AC; }
a { background-color: rgb(198,32,172); }
div.DivClassName
{
background-color: #C620AC;
}
.BgClassName
{
background-color: #C620AC;
}
</style>
border-color css
<style>
span { border-color: #C620AC; }
span { border-color: rgb(198,32,172); }
td.TdClassName
{
border-color: #C620AC;
}
.TagClassName
{
border-color: #C620AC;
}
</style>