Shades of Medium Violet Red #C72083
Tints of Medium Violet Red #C72083
RGB
CMYK
RGB Variations
Color information
#C72083 (or 0xC72083) is known color: Medium Violet Red. HEX triplet: C7, 20 and 83. RGB value is (199,32,131). Sum of RGB (Red+Green+Blue) = 199+32+131=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C72083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72083 is #38DF7C. Grayscale: #5C5C5C. Windows color (decimal): -3727229 or 8593607. OLE color: 8593607.
HSL color Cylindrical-coordinate representation of color #C72083: hue angle of 324.43º 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 #C72083 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 131 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.22 |
| HSL | 324.43º | 0.72% | 0.45% | - |
| HSV(B) | 324.43º | 0.84% | 0.78% | - |
| XYZ | 28.17 | 14.81 | 22.85 | - |
| YUV | 93.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 131 | 0 | 0.84 | 0.34 | 0.22 | 324.43 | 0.72 | 0.45 |
| Hex | C7 | 20 | 83 | 0 | 54 | 22 | 16 | 144 | 48 | 2D |
| Octal | 307 | 40 | 203 | 0 | 124 | 42 | 26 | 504 | 110 | 55 |
| Binary | 11000111 | 100000 | 10000011 | 0 | 1010100 | 100010 | 10110 | 101000100 | 1001000 | 101101 |
Color Harmonies of #C72083
Complementary color
Monochromatic Colors of #C72083
Black with #C72083
Text Example
Text Example
White with #C72083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72083; }
p { color: rgb(199,32,131); }
H1.HeaderClassName
{
color: #C72083;
}
.AnyTagClassName
{
color: #C72083;
}
</style>
background-color css
<style>
a { background-color: #C72083; }
a { background-color: rgb(199,32,131); }
div.DivClassName
{
background-color: #C72083;
}
.BgClassName
{
background-color: #C72083;
}
</style>
border-color css
<style>
span { border-color: #C72083; }
span { border-color: rgb(199,32,131); }
td.TdClassName
{
border-color: #C72083;
}
.TagClassName
{
border-color: #C72083;
}
</style>