Shades of Medium Red Violet #C72B8D
Tints of Medium Red Violet #C72B8D
RGB
CMYK
RGB Variations
Color information
#C72B8D (or 0xC72B8D) is known color: Medium Red Violet. HEX triplet: C7, 2B and 8D. RGB value is (199,43,141). Sum of RGB (Red+Green+Blue) = 199+43+141=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72B8D is #38D472. Grayscale: #646464. Windows color (decimal): -3724403 or 9251783. OLE color: 9251783.
HSL color Cylindrical-coordinate representation of color #C72B8D: hue angle of 322.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72B8D is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 141 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.22 |
| HSL | 322.31º | 0.64% | 0.47% | - |
| HSV(B) | 322.31º | 0.78% | 0.78% | - |
| XYZ | 29.22 | 15.79 | 26.71 | - |
| YUV | 100.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 141 | 0 | 0.78 | 0.29 | 0.22 | 322.31 | 0.64 | 0.47 |
| Hex | C7 | 2B | 8D | 0 | 4E | 1D | 16 | 142 | 40 | 2F |
| Octal | 307 | 53 | 215 | 0 | 116 | 35 | 26 | 502 | 100 | 57 |
| Binary | 11000111 | 101011 | 10001101 | 0 | 1001110 | 11101 | 10110 | 101000010 | 1000000 | 101111 |
Color Harmonies of #C72B8D
Complementary color
Monochromatic Colors of #C72B8D
Black with #C72B8D
Text Example
Text Example
White with #C72B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72B8D; }
p { color: rgb(199,43,141); }
H1.HeaderClassName
{
color: #C72B8D;
}
.AnyTagClassName
{
color: #C72B8D;
}
</style>
background-color css
<style>
a { background-color: #C72B8D; }
a { background-color: rgb(199,43,141); }
div.DivClassName
{
background-color: #C72B8D;
}
.BgClassName
{
background-color: #C72B8D;
}
</style>
border-color css
<style>
span { border-color: #C72B8D; }
span { border-color: rgb(199,43,141); }
td.TdClassName
{
border-color: #C72B8D;
}
.TagClassName
{
border-color: #C72B8D;
}
</style>