Shades of Medium Red Violet #C72B9A
Tints of Medium Red Violet #C72B9A
RGB
CMYK
RGB Variations
Color information
#C72B9A (or 0xC72B9A) is known color: Medium Red Violet. HEX triplet: C7, 2B and 9A. RGB value is (199,43,154). Sum of RGB (Red+Green+Blue) = 199+43+154=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72B9A is #38D465. Grayscale: #666666. Windows color (decimal): -3724390 or 10103751. OLE color: 10103751.
HSL color Cylindrical-coordinate representation of color #C72B9A: hue angle of 317.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 #C72B9A is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 154 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.22 |
| HSL | 317.31º | 0.64% | 0.47% | - |
| HSV(B) | 317.31º | 0.78% | 0.78% | - |
| XYZ | 30.25 | 16.2 | 32.11 | - |
| YUV | 102.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 154 | 0 | 0.78 | 0.23 | 0.22 | 317.31 | 0.64 | 0.47 |
| Hex | C7 | 2B | 9A | 0 | 4E | 17 | 16 | 13D | 40 | 2F |
| Octal | 307 | 53 | 232 | 0 | 116 | 27 | 26 | 475 | 100 | 57 |
| Binary | 11000111 | 101011 | 10011010 | 0 | 1001110 | 10111 | 10110 | 100111101 | 1000000 | 101111 |
Color Harmonies of #C72B9A
Complementary color
Monochromatic Colors of #C72B9A
Black with #C72B9A
Text Example
Text Example
White with #C72B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72B9A; }
p { color: rgb(199,43,154); }
H1.HeaderClassName
{
color: #C72B9A;
}
.AnyTagClassName
{
color: #C72B9A;
}
</style>
background-color css
<style>
a { background-color: #C72B9A; }
a { background-color: rgb(199,43,154); }
div.DivClassName
{
background-color: #C72B9A;
}
.BgClassName
{
background-color: #C72B9A;
}
</style>
border-color css
<style>
span { border-color: #C72B9A; }
span { border-color: rgb(199,43,154); }
td.TdClassName
{
border-color: #C72B9A;
}
.TagClassName
{
border-color: #C72B9A;
}
</style>