Shades of Medium Violet Red #C62081
Tints of Medium Violet Red #C62081
RGB
CMYK
RGB Variations
Color information
#C62081 (or 0xC62081) is known color: Medium Violet Red. HEX triplet: C6, 20 and 81. RGB value is (198,32,129). Sum of RGB (Red+Green+Blue) = 198+32+129=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C62081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62081 is #39DF7E. Grayscale: #5C5C5C. Windows color (decimal): -3792767 or 8462534. OLE color: 8462534.
HSL color Cylindrical-coordinate representation of color #C62081: hue angle of 324.94º 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 #C62081 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 129 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.22 |
| HSL | 324.94º | 0.72% | 0.45% | - |
| HSV(B) | 324.94º | 0.84% | 0.78% | - |
| XYZ | 27.77 | 14.62 | 22.13 | - |
| YUV | 92.69 | 148.5 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 129 | 0 | 0.84 | 0.35 | 0.22 | 324.94 | 0.72 | 0.45 |
| Hex | C6 | 20 | 81 | 0 | 54 | 23 | 16 | 145 | 48 | 2D |
| Octal | 306 | 40 | 201 | 0 | 124 | 43 | 26 | 505 | 110 | 55 |
| Binary | 11000110 | 100000 | 10000001 | 0 | 1010100 | 100011 | 10110 | 101000101 | 1001000 | 101101 |
Color Harmonies of #C62081
Complementary color
Monochromatic Colors of #C62081
Black with #C62081
Text Example
Text Example
White with #C62081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62081; }
p { color: rgb(198,32,129); }
H1.HeaderClassName
{
color: #C62081;
}
.AnyTagClassName
{
color: #C62081;
}
</style>
background-color css
<style>
a { background-color: #C62081; }
a { background-color: rgb(198,32,129); }
div.DivClassName
{
background-color: #C62081;
}
.BgClassName
{
background-color: #C62081;
}
</style>
border-color css
<style>
span { border-color: #C62081; }
span { border-color: rgb(198,32,129); }
td.TdClassName
{
border-color: #C62081;
}
.TagClassName
{
border-color: #C62081;
}
</style>