Shades of Medium Violet Red #C72483
Tints of Medium Violet Red #C72483
RGB
CMYK
RGB Variations
Color information
#C72483 (or 0xC72483) is known color: Medium Violet Red. HEX triplet: C7, 24 and 83. RGB value is (199,36,131). Sum of RGB (Red+Green+Blue) = 199+36+131=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C72483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72483 is #38DB7C. Grayscale: #5F5F5F. Windows color (decimal): -3726205 or 8594631. OLE color: 8594631.
HSL color Cylindrical-coordinate representation of color #C72483: hue angle of 325.03º degrees, saturation: 0.69, 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 #C72483 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 131 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.22 |
| HSL | 325.03º | 0.69% | 0.46% | - |
| HSV(B) | 325.03º | 0.82% | 0.78% | - |
| XYZ | 28.28 | 15.04 | 22.89 | - |
| YUV | 95.57 | 148 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 131 | 0 | 0.82 | 0.34 | 0.22 | 325.03 | 0.69 | 0.46 |
| Hex | C7 | 24 | 83 | 0 | 52 | 22 | 16 | 145 | 45 | 2E |
| Octal | 307 | 44 | 203 | 0 | 122 | 42 | 26 | 505 | 105 | 56 |
| Binary | 11000111 | 100100 | 10000011 | 0 | 1010010 | 100010 | 10110 | 101000101 | 1000101 | 101110 |
Color Harmonies of #C72483
Complementary color
Monochromatic Colors of #C72483
Black with #C72483
Text Example
Text Example
White with #C72483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72483; }
p { color: rgb(199,36,131); }
H1.HeaderClassName
{
color: #C72483;
}
.AnyTagClassName
{
color: #C72483;
}
</style>
background-color css
<style>
a { background-color: #C72483; }
a { background-color: rgb(199,36,131); }
div.DivClassName
{
background-color: #C72483;
}
.BgClassName
{
background-color: #C72483;
}
</style>
border-color css
<style>
span { border-color: #C72483; }
span { border-color: rgb(199,36,131); }
td.TdClassName
{
border-color: #C72483;
}
.TagClassName
{
border-color: #C72483;
}
</style>