Shades of Medium Violet Red #C72098
Tints of Medium Violet Red #C72098
RGB
CMYK
RGB Variations
Color information
#C72098 (or 0xC72098) is known color: Medium Violet Red. HEX triplet: C7, 20 and 98. RGB value is (199,32,152). Sum of RGB (Red+Green+Blue) = 199+32+152=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C72098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72098 is #38DF67. Grayscale: #5F5F5F. Windows color (decimal): -3727208 or 9969863. OLE color: 9969863.
HSL color Cylindrical-coordinate representation of color #C72098: hue angle of 316.89º 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 #C72098 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 152 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.22 |
| HSL | 316.89º | 0.72% | 0.45% | - |
| HSV(B) | 316.89º | 0.84% | 0.78% | - |
| XYZ | 29.74 | 15.44 | 31.12 | - |
| YUV | 95.61 | 159.83 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 152 | 0 | 0.84 | 0.24 | 0.22 | 316.89 | 0.72 | 0.45 |
| Hex | C7 | 20 | 98 | 0 | 54 | 18 | 16 | 13D | 48 | 2D |
| Octal | 307 | 40 | 230 | 0 | 124 | 30 | 26 | 475 | 110 | 55 |
| Binary | 11000111 | 100000 | 10011000 | 0 | 1010100 | 11000 | 10110 | 100111101 | 1001000 | 101101 |
Color Harmonies of #C72098
Complementary color
Monochromatic Colors of #C72098
Black with #C72098
Text Example
Text Example
White with #C72098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72098; }
p { color: rgb(199,32,152); }
H1.HeaderClassName
{
color: #C72098;
}
.AnyTagClassName
{
color: #C72098;
}
</style>
background-color css
<style>
a { background-color: #C72098; }
a { background-color: rgb(199,32,152); }
div.DivClassName
{
background-color: #C72098;
}
.BgClassName
{
background-color: #C72098;
}
</style>
border-color css
<style>
span { border-color: #C72098; }
span { border-color: rgb(199,32,152); }
td.TdClassName
{
border-color: #C72098;
}
.TagClassName
{
border-color: #C72098;
}
</style>