Shades of Medium Red Violet #C72E7B
Tints of Medium Red Violet #C72E7B
RGB
CMYK
RGB Variations
Color information
#C72E7B (or 0xC72E7B) is known color: Medium Red Violet. HEX triplet: C7, 2E and 7B. RGB value is (199,46,123). Sum of RGB (Red+Green+Blue) = 199+46+123=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C72E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72E7B is #38D184. Grayscale: #646464. Windows color (decimal): -3723653 or 8072903. OLE color: 8072903.
HSL color Cylindrical-coordinate representation of color #C72E7B: hue angle of 329.8º degrees, saturation: 0.62, 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 #C72E7B is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 46 | 123 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.22 |
| HSL | 329.8º | 0.62% | 0.48% | - |
| HSV(B) | 329.8º | 0.77% | 0.78% | - |
| XYZ | 28.11 | 15.53 | 20.25 | - |
| YUV | 100.53 | 140.69 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 46 | 123 | 0 | 0.77 | 0.38 | 0.22 | 329.8 | 0.62 | 0.48 |
| Hex | C7 | 2E | 7B | 0 | 4D | 26 | 16 | 14A | 3E | 30 |
| Octal | 307 | 56 | 173 | 0 | 115 | 46 | 26 | 512 | 76 | 60 |
| Binary | 11000111 | 101110 | 1111011 | 0 | 1001101 | 100110 | 10110 | 101001010 | 111110 | 110000 |
Color Harmonies of #C72E7B
Complementary color
Monochromatic Colors of #C72E7B
Black with #C72E7B
Text Example
Text Example
White with #C72E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72E7B; }
p { color: rgb(199,46,123); }
H1.HeaderClassName
{
color: #C72E7B;
}
.AnyTagClassName
{
color: #C72E7B;
}
</style>
background-color css
<style>
a { background-color: #C72E7B; }
a { background-color: rgb(199,46,123); }
div.DivClassName
{
background-color: #C72E7B;
}
.BgClassName
{
background-color: #C72E7B;
}
</style>
border-color css
<style>
span { border-color: #C72E7B; }
span { border-color: rgb(199,46,123); }
td.TdClassName
{
border-color: #C72E7B;
}
.TagClassName
{
border-color: #C72E7B;
}
</style>