Shades of Medium Violet Red #C72481
Tints of Medium Violet Red #C72481
RGB
CMYK
RGB Variations
Color information
#C72481 (or 0xC72481) is known color: Medium Violet Red. HEX triplet: C7, 24 and 81. RGB value is (199,36,129). Sum of RGB (Red+Green+Blue) = 199+36+129=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C72481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72481 is #38DB7E. Grayscale: #5F5F5F. Windows color (decimal): -3726207 or 8463559. OLE color: 8463559.
HSL color Cylindrical-coordinate representation of color #C72481: hue angle of 325.77º 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 #C72481 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 129 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.22 |
| HSL | 325.77º | 0.69% | 0.46% | - |
| HSV(B) | 325.77º | 0.82% | 0.78% | - |
| XYZ | 28.15 | 14.99 | 22.18 | - |
| YUV | 95.34 | 147 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 129 | 0 | 0.82 | 0.35 | 0.22 | 325.77 | 0.69 | 0.46 |
| Hex | C7 | 24 | 81 | 0 | 52 | 23 | 16 | 146 | 45 | 2E |
| Octal | 307 | 44 | 201 | 0 | 122 | 43 | 26 | 506 | 105 | 56 |
| Binary | 11000111 | 100100 | 10000001 | 0 | 1010010 | 100011 | 10110 | 101000110 | 1000101 | 101110 |
Color Harmonies of #C72481
Complementary color
Monochromatic Colors of #C72481
Black with #C72481
Text Example
Text Example
White with #C72481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72481; }
p { color: rgb(199,36,129); }
H1.HeaderClassName
{
color: #C72481;
}
.AnyTagClassName
{
color: #C72481;
}
</style>
background-color css
<style>
a { background-color: #C72481; }
a { background-color: rgb(199,36,129); }
div.DivClassName
{
background-color: #C72481;
}
.BgClassName
{
background-color: #C72481;
}
</style>
border-color css
<style>
span { border-color: #C72481; }
span { border-color: rgb(199,36,129); }
td.TdClassName
{
border-color: #C72481;
}
.TagClassName
{
border-color: #C72481;
}
</style>