Shades of Medium Red Violet #C72F7A
Tints of Medium Red Violet #C72F7A
RGB
CMYK
RGB Variations
Color information
#C72F7A (or 0xC72F7A) is known color: Medium Red Violet. HEX triplet: C7, 2F and 7A. RGB value is (199,47,122). Sum of RGB (Red+Green+Blue) = 199+47+122=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72F7A is #38D085. Grayscale: #646464. Windows color (decimal): -3723398 or 8007623. OLE color: 8007623.
HSL color Cylindrical-coordinate representation of color #C72F7A: hue angle of 330.39º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C72F7A is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 47 | 122 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.22 |
| HSL | 330.39º | 0.62% | 0.48% | - |
| HSV(B) | 330.39º | 0.76% | 0.78% | - |
| XYZ | 28.08 | 15.58 | 19.94 | - |
| YUV | 101 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 122 | 0 | 0.76 | 0.39 | 0.22 | 330.39 | 0.62 | 0.48 |
| Hex | C7 | 2F | 7A | 0 | 4C | 27 | 16 | 14A | 3E | 30 |
| Octal | 307 | 57 | 172 | 0 | 114 | 47 | 26 | 512 | 76 | 60 |
| Binary | 11000111 | 101111 | 1111010 | 0 | 1001100 | 100111 | 10110 | 101001010 | 111110 | 110000 |
Color Harmonies of #C72F7A
Complementary color
Monochromatic Colors of #C72F7A
Black with #C72F7A
Text Example
Text Example
White with #C72F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72F7A; }
p { color: rgb(199,47,122); }
H1.HeaderClassName
{
color: #C72F7A;
}
.AnyTagClassName
{
color: #C72F7A;
}
</style>
background-color css
<style>
a { background-color: #C72F7A; }
a { background-color: rgb(199,47,122); }
div.DivClassName
{
background-color: #C72F7A;
}
.BgClassName
{
background-color: #C72F7A;
}
</style>
border-color css
<style>
span { border-color: #C72F7A; }
span { border-color: rgb(199,47,122); }
td.TdClassName
{
border-color: #C72F7A;
}
.TagClassName
{
border-color: #C72F7A;
}
</style>