Shades of Medium Violet Red #C72188
Tints of Medium Violet Red #C72188
RGB
CMYK
RGB Variations
Color information
#C72188 (or 0xC72188) is known color: Medium Violet Red. HEX triplet: C7, 21 and 88. RGB value is (199,33,136). Sum of RGB (Red+Green+Blue) = 199+33+136=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C72188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72188 is #38DE77. Grayscale: #5E5E5E. Windows color (decimal): -3726968 or 8921543. OLE color: 8921543.
HSL color Cylindrical-coordinate representation of color #C72188: hue angle of 322.77º degrees, saturation: 0.72, 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 #C72188 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 136 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.22 |
| HSL | 322.77º | 0.72% | 0.45% | - |
| HSV(B) | 322.77º | 0.83% | 0.78% | - |
| XYZ | 28.54 | 15.01 | 24.69 | - |
| YUV | 94.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 136 | 0 | 0.83 | 0.32 | 0.22 | 322.77 | 0.72 | 0.45 |
| Hex | C7 | 21 | 88 | 0 | 53 | 20 | 16 | 143 | 48 | 2D |
| Octal | 307 | 41 | 210 | 0 | 123 | 40 | 26 | 503 | 110 | 55 |
| Binary | 11000111 | 100001 | 10001000 | 0 | 1010011 | 100000 | 10110 | 101000011 | 1001000 | 101101 |
Color Harmonies of #C72188
Complementary color
Monochromatic Colors of #C72188
Black with #C72188
Text Example
Text Example
White with #C72188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72188; }
p { color: rgb(199,33,136); }
H1.HeaderClassName
{
color: #C72188;
}
.AnyTagClassName
{
color: #C72188;
}
</style>
background-color css
<style>
a { background-color: #C72188; }
a { background-color: rgb(199,33,136); }
div.DivClassName
{
background-color: #C72188;
}
.BgClassName
{
background-color: #C72188;
}
</style>
border-color css
<style>
span { border-color: #C72188; }
span { border-color: rgb(199,33,136); }
td.TdClassName
{
border-color: #C72188;
}
.TagClassName
{
border-color: #C72188;
}
</style>