Shades of Medium Violet Red #C72087
Tints of Medium Violet Red #C72087
RGB
CMYK
RGB Variations
Color information
#C72087 (or 0xC72087) is known color: Medium Violet Red. HEX triplet: C7, 20 and 87. RGB value is (199,32,135). Sum of RGB (Red+Green+Blue) = 199+32+135=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C72087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72087 is #38DF78. Grayscale: #5D5D5D. Windows color (decimal): -3727225 or 8855751. OLE color: 8855751.
HSL color Cylindrical-coordinate representation of color #C72087: hue angle of 322.99º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72087 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 135 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.22 |
| HSL | 322.99º | 0.72% | 0.45% | - |
| HSV(B) | 322.99º | 0.84% | 0.78% | - |
| XYZ | 28.44 | 14.92 | 24.3 | - |
| YUV | 93.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 135 | 0 | 0.84 | 0.32 | 0.22 | 322.99 | 0.72 | 0.45 |
| Hex | C7 | 20 | 87 | 0 | 54 | 20 | 16 | 143 | 48 | 2D |
| Octal | 307 | 40 | 207 | 0 | 124 | 40 | 26 | 503 | 110 | 55 |
| Binary | 11000111 | 100000 | 10000111 | 0 | 1010100 | 100000 | 10110 | 101000011 | 1001000 | 101101 |
Color Harmonies of #C72087
Complementary color
Monochromatic Colors of #C72087
Black with #C72087
Text Example
Text Example
White with #C72087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72087; }
p { color: rgb(199,32,135); }
H1.HeaderClassName
{
color: #C72087;
}
.AnyTagClassName
{
color: #C72087;
}
</style>
background-color css
<style>
a { background-color: #C72087; }
a { background-color: rgb(199,32,135); }
div.DivClassName
{
background-color: #C72087;
}
.BgClassName
{
background-color: #C72087;
}
</style>
border-color css
<style>
span { border-color: #C72087; }
span { border-color: rgb(199,32,135); }
td.TdClassName
{
border-color: #C72087;
}
.TagClassName
{
border-color: #C72087;
}
</style>