Shades of Medium Violet Red #C72378
Tints of Medium Violet Red #C72378
RGB
CMYK
RGB Variations
Color information
#C72378 (or 0xC72378) is known color: Medium Violet Red. HEX triplet: C7, 23 and 78. RGB value is (199,35,120). Sum of RGB (Red+Green+Blue) = 199+35+120=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C72378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72378 is #38DC87. Grayscale: #5D5D5D. Windows color (decimal): -3726472 or 7873479. OLE color: 7873479.
HSL color Cylindrical-coordinate representation of color #C72378: hue angle of 328.9º 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 #C72378 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 120 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.22 |
| HSL | 328.9º | 0.7% | 0.46% | - |
| HSV(B) | 328.9º | 0.82% | 0.78% | - |
| XYZ | 27.54 | 14.7 | 19.15 | - |
| YUV | 93.73 | 142.83 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 120 | 0 | 0.82 | 0.40 | 0.22 | 328.9 | 0.7 | 0.46 |
| Hex | C7 | 23 | 78 | 0 | 52 | 28 | 16 | 149 | 46 | 2E |
| Octal | 307 | 43 | 170 | 0 | 122 | 50 | 26 | 511 | 106 | 56 |
| Binary | 11000111 | 100011 | 1111000 | 0 | 1010010 | 101000 | 10110 | 101001001 | 1000110 | 101110 |
Color Harmonies of #C72378
Complementary color
Monochromatic Colors of #C72378
Black with #C72378
Text Example
Text Example
White with #C72378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72378; }
p { color: rgb(199,35,120); }
H1.HeaderClassName
{
color: #C72378;
}
.AnyTagClassName
{
color: #C72378;
}
</style>
background-color css
<style>
a { background-color: #C72378; }
a { background-color: rgb(199,35,120); }
div.DivClassName
{
background-color: #C72378;
}
.BgClassName
{
background-color: #C72378;
}
</style>
border-color css
<style>
span { border-color: #C72378; }
span { border-color: rgb(199,35,120); }
td.TdClassName
{
border-color: #C72378;
}
.TagClassName
{
border-color: #C72378;
}
</style>