Shades of Medium Violet Red #C72384
Tints of Medium Violet Red #C72384
RGB
CMYK
RGB Variations
Color information
#C72384 (or 0xC72384) is known color: Medium Violet Red. HEX triplet: C7, 23 and 84. RGB value is (199,35,132). Sum of RGB (Red+Green+Blue) = 199+35+132=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C72384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72384 is #38DC7B. Grayscale: #5E5E5E. Windows color (decimal): -3726460 or 8659911. OLE color: 8659911.
HSL color Cylindrical-coordinate representation of color #C72384: hue angle of 324.51º 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 #C72384 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 132 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.22 |
| HSL | 324.51º | 0.7% | 0.46% | - |
| HSV(B) | 324.51º | 0.82% | 0.78% | - |
| XYZ | 28.32 | 15.01 | 23.23 | - |
| YUV | 95.09 | 148.83 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 132 | 0 | 0.82 | 0.34 | 0.22 | 324.51 | 0.7 | 0.46 |
| Hex | C7 | 23 | 84 | 0 | 52 | 22 | 16 | 145 | 46 | 2E |
| Octal | 307 | 43 | 204 | 0 | 122 | 42 | 26 | 505 | 106 | 56 |
| Binary | 11000111 | 100011 | 10000100 | 0 | 1010010 | 100010 | 10110 | 101000101 | 1000110 | 101110 |
Color Harmonies of #C72384
Complementary color
Monochromatic Colors of #C72384
Black with #C72384
Text Example
Text Example
White with #C72384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72384; }
p { color: rgb(199,35,132); }
H1.HeaderClassName
{
color: #C72384;
}
.AnyTagClassName
{
color: #C72384;
}
</style>
background-color css
<style>
a { background-color: #C72384; }
a { background-color: rgb(199,35,132); }
div.DivClassName
{
background-color: #C72384;
}
.BgClassName
{
background-color: #C72384;
}
</style>
border-color css
<style>
span { border-color: #C72384; }
span { border-color: rgb(199,35,132); }
td.TdClassName
{
border-color: #C72384;
}
.TagClassName
{
border-color: #C72384;
}
</style>