Shades of Medium Violet Red #C620AB
Tints of Medium Violet Red #C620AB
RGB
CMYK
RGB Variations
Color information
#C620AB (or 0xC620AB) is known color: Medium Violet Red. HEX triplet: C6, 20 and AB. RGB value is (198,32,171). Sum of RGB (Red+Green+Blue) = 198+32+171=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C620AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C620AB is #39DF54. Grayscale: #616161. Windows color (decimal): -3792725 or 11215046. OLE color: 11215046.
HSL color Cylindrical-coordinate representation of color #C620AB: hue angle of 309.76º 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 #C620AB is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 171 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.22 |
| HSL | 309.76º | 0.72% | 0.45% | - |
| HSV(B) | 309.76º | 0.84% | 0.78% | - |
| XYZ | 31.16 | 15.98 | 39.97 | - |
| YUV | 97.48 | 169.5 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 171 | 0 | 0.84 | 0.14 | 0.22 | 309.76 | 0.72 | 0.45 |
| Hex | C6 | 20 | AB | 0 | 54 | E | 16 | 136 | 48 | 2D |
| Octal | 306 | 40 | 253 | 0 | 124 | 16 | 26 | 466 | 110 | 55 |
| Binary | 11000110 | 100000 | 10101011 | 0 | 1010100 | 1110 | 10110 | 100110110 | 1001000 | 101101 |
Color Harmonies of #C620AB
Complementary color
Monochromatic Colors of #C620AB
Black with #C620AB
Text Example
Text Example
White with #C620AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620AB; }
p { color: rgb(198,32,171); }
H1.HeaderClassName
{
color: #C620AB;
}
.AnyTagClassName
{
color: #C620AB;
}
</style>
background-color css
<style>
a { background-color: #C620AB; }
a { background-color: rgb(198,32,171); }
div.DivClassName
{
background-color: #C620AB;
}
.BgClassName
{
background-color: #C620AB;
}
</style>
border-color css
<style>
span { border-color: #C620AB; }
span { border-color: rgb(198,32,171); }
td.TdClassName
{
border-color: #C620AB;
}
.TagClassName
{
border-color: #C620AB;
}
</style>