Shades of Medium Violet Red #C62181
Tints of Medium Violet Red #C62181
RGB
CMYK
RGB Variations
Color information
#C62181 (or 0xC62181) is known color: Medium Violet Red. HEX triplet: C6, 21 and 81. RGB value is (198,33,129). Sum of RGB (Red+Green+Blue) = 198+33+129=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C62181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62181 is #39DE7E. Grayscale: #5D5D5D. Windows color (decimal): -3792511 or 8462790. OLE color: 8462790.
HSL color Cylindrical-coordinate representation of color #C62181: hue angle of 325.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62181 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 129 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.22 |
| HSL | 325.09º | 0.71% | 0.45% | - |
| HSV(B) | 325.09º | 0.83% | 0.78% | - |
| XYZ | 27.8 | 14.68 | 22.14 | - |
| YUV | 93.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 129 | 0 | 0.83 | 0.35 | 0.22 | 325.09 | 0.71 | 0.45 |
| Hex | C6 | 21 | 81 | 0 | 53 | 23 | 16 | 145 | 47 | 2D |
| Octal | 306 | 41 | 201 | 0 | 123 | 43 | 26 | 505 | 107 | 55 |
| Binary | 11000110 | 100001 | 10000001 | 0 | 1010011 | 100011 | 10110 | 101000101 | 1000111 | 101101 |
Color Harmonies of #C62181
Complementary color
Monochromatic Colors of #C62181
Black with #C62181
Text Example
Text Example
White with #C62181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62181; }
p { color: rgb(198,33,129); }
H1.HeaderClassName
{
color: #C62181;
}
.AnyTagClassName
{
color: #C62181;
}
</style>
background-color css
<style>
a { background-color: #C62181; }
a { background-color: rgb(198,33,129); }
div.DivClassName
{
background-color: #C62181;
}
.BgClassName
{
background-color: #C62181;
}
</style>
border-color css
<style>
span { border-color: #C62181; }
span { border-color: rgb(198,33,129); }
td.TdClassName
{
border-color: #C62181;
}
.TagClassName
{
border-color: #C62181;
}
</style>