Shades of Medium Red Violet #C72C8B
Tints of Medium Red Violet #C72C8B
RGB
CMYK
RGB Variations
Color information
#C72C8B (or 0xC72C8B) is known color: Medium Red Violet. HEX triplet: C7, 2C and 8B. RGB value is (199,44,139). Sum of RGB (Red+Green+Blue) = 199+44+139=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72C8B is #38D374. Grayscale: #646464. Windows color (decimal): -3724149 or 9120967. OLE color: 9120967.
HSL color Cylindrical-coordinate representation of color #C72C8B: hue angle of 323.23º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72C8B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 44 | 139 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.22 |
| HSL | 323.23º | 0.64% | 0.48% | - |
| HSV(B) | 323.23º | 0.78% | 0.78% | - |
| XYZ | 29.11 | 15.81 | 25.94 | - |
| YUV | 101.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 139 | 0 | 0.78 | 0.30 | 0.22 | 323.23 | 0.64 | 0.48 |
| Hex | C7 | 2C | 8B | 0 | 4E | 1E | 16 | 143 | 40 | 30 |
| Octal | 307 | 54 | 213 | 0 | 116 | 36 | 26 | 503 | 100 | 60 |
| Binary | 11000111 | 101100 | 10001011 | 0 | 1001110 | 11110 | 10110 | 101000011 | 1000000 | 110000 |
Color Harmonies of #C72C8B
Complementary color
Monochromatic Colors of #C72C8B
Black with #C72C8B
Text Example
Text Example
White with #C72C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72C8B; }
p { color: rgb(199,44,139); }
H1.HeaderClassName
{
color: #C72C8B;
}
.AnyTagClassName
{
color: #C72C8B;
}
</style>
background-color css
<style>
a { background-color: #C72C8B; }
a { background-color: rgb(199,44,139); }
div.DivClassName
{
background-color: #C72C8B;
}
.BgClassName
{
background-color: #C72C8B;
}
</style>
border-color css
<style>
span { border-color: #C72C8B; }
span { border-color: rgb(199,44,139); }
td.TdClassName
{
border-color: #C72C8B;
}
.TagClassName
{
border-color: #C72C8B;
}
</style>