Shades of Medium Red Violet #C72D90
Tints of Medium Red Violet #C72D90
RGB
CMYK
RGB Variations
Color information
#C72D90 (or 0xC72D90) is known color: Medium Red Violet. HEX triplet: C7, 2D and 90. RGB value is (199,45,144). Sum of RGB (Red+Green+Blue) = 199+45+144=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72D90 is #38D26F. Grayscale: #666666. Windows color (decimal): -3723888 or 9448903. OLE color: 9448903.
HSL color Cylindrical-coordinate representation of color #C72D90: hue angle of 321.43º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72D90 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 144 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.22 |
| HSL | 321.43º | 0.63% | 0.48% | - |
| HSV(B) | 321.43º | 0.77% | 0.78% | - |
| XYZ | 29.53 | 16.03 | 27.92 | - |
| YUV | 102.33 | 151.52 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 144 | 0 | 0.77 | 0.28 | 0.22 | 321.43 | 0.63 | 0.48 |
| Hex | C7 | 2D | 90 | 0 | 4D | 1C | 16 | 141 | 3F | 30 |
| Octal | 307 | 55 | 220 | 0 | 115 | 34 | 26 | 501 | 77 | 60 |
| Binary | 11000111 | 101101 | 10010000 | 0 | 1001101 | 11100 | 10110 | 101000001 | 111111 | 110000 |
Color Harmonies of #C72D90
Complementary color
Monochromatic Colors of #C72D90
Black with #C72D90
Text Example
Text Example
White with #C72D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72D90; }
p { color: rgb(199,45,144); }
H1.HeaderClassName
{
color: #C72D90;
}
.AnyTagClassName
{
color: #C72D90;
}
</style>
background-color css
<style>
a { background-color: #C72D90; }
a { background-color: rgb(199,45,144); }
div.DivClassName
{
background-color: #C72D90;
}
.BgClassName
{
background-color: #C72D90;
}
</style>
border-color css
<style>
span { border-color: #C72D90; }
span { border-color: rgb(199,45,144); }
td.TdClassName
{
border-color: #C72D90;
}
.TagClassName
{
border-color: #C72D90;
}
</style>