Shades of Medium Red Violet #C72B7B
Tints of Medium Red Violet #C72B7B
RGB
CMYK
RGB Variations
Color information
#C72B7B (or 0xC72B7B) is known color: Medium Red Violet. HEX triplet: C7, 2B and 7B. RGB value is (199,43,123). Sum of RGB (Red+Green+Blue) = 199+43+123=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72B7B is #38D484. Grayscale: #626262. Windows color (decimal): -3724421 or 8072135. OLE color: 8072135.
HSL color Cylindrical-coordinate representation of color #C72B7B: hue angle of 329.23º 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 #C72B7B is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 123 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.22 |
| HSL | 329.23º | 0.64% | 0.47% | - |
| HSV(B) | 329.23º | 0.78% | 0.78% | - |
| XYZ | 27.99 | 15.3 | 20.22 | - |
| YUV | 98.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 123 | 0 | 0.78 | 0.38 | 0.22 | 329.23 | 0.64 | 0.47 |
| Hex | C7 | 2B | 7B | 0 | 4E | 26 | 16 | 149 | 40 | 2F |
| Octal | 307 | 53 | 173 | 0 | 116 | 46 | 26 | 511 | 100 | 57 |
| Binary | 11000111 | 101011 | 1111011 | 0 | 1001110 | 100110 | 10110 | 101001001 | 1000000 | 101111 |
Color Harmonies of #C72B7B
Complementary color
Monochromatic Colors of #C72B7B
Black with #C72B7B
Text Example
Text Example
White with #C72B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72B7B; }
p { color: rgb(199,43,123); }
H1.HeaderClassName
{
color: #C72B7B;
}
.AnyTagClassName
{
color: #C72B7B;
}
</style>
background-color css
<style>
a { background-color: #C72B7B; }
a { background-color: rgb(199,43,123); }
div.DivClassName
{
background-color: #C72B7B;
}
.BgClassName
{
background-color: #C72B7B;
}
</style>
border-color css
<style>
span { border-color: #C72B7B; }
span { border-color: rgb(199,43,123); }
td.TdClassName
{
border-color: #C72B7B;
}
.TagClassName
{
border-color: #C72B7B;
}
</style>