Shades of Medium Violet Red #C62476
Tints of Medium Violet Red #C62476
RGB
CMYK
RGB Variations
Color information
#C62476 (or 0xC62476) is known color: Medium Violet Red. HEX triplet: C6, 24 and 76. RGB value is (198,36,118). Sum of RGB (Red+Green+Blue) = 198+36+118=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C62476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62476 is #39DB89. Grayscale: #5D5D5D. Windows color (decimal): -3791754 or 7742662. OLE color: 7742662.
HSL color Cylindrical-coordinate representation of color #C62476: hue angle of 329.63º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62476 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 118 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.22 |
| HSL | 329.63º | 0.69% | 0.46% | - |
| HSV(B) | 329.63º | 0.82% | 0.78% | - |
| XYZ | 27.19 | 14.58 | 18.52 | - |
| YUV | 93.79 | 141.67 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 118 | 0 | 0.82 | 0.40 | 0.22 | 329.63 | 0.69 | 0.46 |
| Hex | C6 | 24 | 76 | 0 | 52 | 28 | 16 | 14A | 45 | 2E |
| Octal | 306 | 44 | 166 | 0 | 122 | 50 | 26 | 512 | 105 | 56 |
| Binary | 11000110 | 100100 | 1110110 | 0 | 1010010 | 101000 | 10110 | 101001010 | 1000101 | 101110 |
Color Harmonies of #C62476
Complementary color
Monochromatic Colors of #C62476
Black with #C62476
Text Example
Text Example
White with #C62476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62476; }
p { color: rgb(198,36,118); }
H1.HeaderClassName
{
color: #C62476;
}
.AnyTagClassName
{
color: #C62476;
}
</style>
background-color css
<style>
a { background-color: #C62476; }
a { background-color: rgb(198,36,118); }
div.DivClassName
{
background-color: #C62476;
}
.BgClassName
{
background-color: #C62476;
}
</style>
border-color css
<style>
span { border-color: #C62476; }
span { border-color: rgb(198,36,118); }
td.TdClassName
{
border-color: #C62476;
}
.TagClassName
{
border-color: #C62476;
}
</style>