Shades of Medium Violet Red #C72383
Tints of Medium Violet Red #C72383
RGB
CMYK
RGB Variations
Color information
#C72383 (or 0xC72383) is known color: Medium Violet Red. HEX triplet: C7, 23 and 83. RGB value is (199,35,131). Sum of RGB (Red+Green+Blue) = 199+35+131=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C72383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72383 is #38DC7C. Grayscale: #5E5E5E. Windows color (decimal): -3726461 or 8594375. OLE color: 8594375.
HSL color Cylindrical-coordinate representation of color #C72383: hue angle of 324.88º degrees, saturation: 0.7, 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 #C72383 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 131 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.22 |
| HSL | 324.88º | 0.7% | 0.46% | - |
| HSV(B) | 324.88º | 0.82% | 0.78% | - |
| XYZ | 28.25 | 14.98 | 22.88 | - |
| YUV | 94.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 131 | 0 | 0.82 | 0.34 | 0.22 | 324.88 | 0.7 | 0.46 |
| Hex | C7 | 23 | 83 | 0 | 52 | 22 | 16 | 145 | 46 | 2E |
| Octal | 307 | 43 | 203 | 0 | 122 | 42 | 26 | 505 | 106 | 56 |
| Binary | 11000111 | 100011 | 10000011 | 0 | 1010010 | 100010 | 10110 | 101000101 | 1000110 | 101110 |
Color Harmonies of #C72383
Complementary color
Monochromatic Colors of #C72383
Black with #C72383
Text Example
Text Example
White with #C72383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72383; }
p { color: rgb(199,35,131); }
H1.HeaderClassName
{
color: #C72383;
}
.AnyTagClassName
{
color: #C72383;
}
</style>
background-color css
<style>
a { background-color: #C72383; }
a { background-color: rgb(199,35,131); }
div.DivClassName
{
background-color: #C72383;
}
.BgClassName
{
background-color: #C72383;
}
</style>
border-color css
<style>
span { border-color: #C72383; }
span { border-color: rgb(199,35,131); }
td.TdClassName
{
border-color: #C72383;
}
.TagClassName
{
border-color: #C72383;
}
</style>