Shades of Medium Red Violet #C62872
Tints of Medium Red Violet #C62872
RGB
CMYK
RGB Variations
Color information
#C62872 (or 0xC62872) is known color: Medium Red Violet. HEX triplet: C6, 28 and 72. RGB value is (198,40,114). Sum of RGB (Red+Green+Blue) = 198+40+114=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C62872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62872 is #39D78D. Grayscale: #5F5F5F. Windows color (decimal): -3790734 or 7481542. OLE color: 7481542.
HSL color Cylindrical-coordinate representation of color #C62872: hue angle of 331.9º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62872 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 114 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.22 |
| HSL | 331.9º | 0.66% | 0.47% | - |
| HSV(B) | 331.9º | 0.8% | 0.78% | - |
| XYZ | 27.08 | 14.74 | 17.34 | - |
| YUV | 95.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 114 | 0 | 0.80 | 0.42 | 0.22 | 331.9 | 0.66 | 0.47 |
| Hex | C6 | 28 | 72 | 0 | 50 | 2A | 16 | 14C | 42 | 2F |
| Octal | 306 | 50 | 162 | 0 | 120 | 52 | 26 | 514 | 102 | 57 |
| Binary | 11000110 | 101000 | 1110010 | 0 | 1010000 | 101010 | 10110 | 101001100 | 1000010 | 101111 |
Color Harmonies of #C62872
Complementary color
Monochromatic Colors of #C62872
Black with #C62872
Text Example
Text Example
White with #C62872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62872; }
p { color: rgb(198,40,114); }
H1.HeaderClassName
{
color: #C62872;
}
.AnyTagClassName
{
color: #C62872;
}
</style>
background-color css
<style>
a { background-color: #C62872; }
a { background-color: rgb(198,40,114); }
div.DivClassName
{
background-color: #C62872;
}
.BgClassName
{
background-color: #C62872;
}
</style>
border-color css
<style>
span { border-color: #C62872; }
span { border-color: rgb(198,40,114); }
td.TdClassName
{
border-color: #C62872;
}
.TagClassName
{
border-color: #C62872;
}
</style>