Shades of Medium Red Violet #C72A8A
Tints of Medium Red Violet #C72A8A
RGB
CMYK
RGB Variations
Color information
#C72A8A (or 0xC72A8A) is known color: Medium Red Violet. HEX triplet: C7, 2A and 8A. RGB value is (199,42,138). Sum of RGB (Red+Green+Blue) = 199+42+138=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72A8A is #38D575. Grayscale: #636363. Windows color (decimal): -3724662 or 9054919. OLE color: 9054919.
HSL color Cylindrical-coordinate representation of color #C72A8A: hue angle of 323.31º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72A8A is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 42 | 138 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.22 |
| HSL | 323.31º | 0.65% | 0.47% | - |
| HSV(B) | 323.31º | 0.79% | 0.78% | - |
| XYZ | 28.97 | 15.63 | 25.54 | - |
| YUV | 99.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 138 | 0 | 0.79 | 0.31 | 0.22 | 323.31 | 0.65 | 0.47 |
| Hex | C7 | 2A | 8A | 0 | 4F | 1F | 16 | 143 | 41 | 2F |
| Octal | 307 | 52 | 212 | 0 | 117 | 37 | 26 | 503 | 101 | 57 |
| Binary | 11000111 | 101010 | 10001010 | 0 | 1001111 | 11111 | 10110 | 101000011 | 1000001 | 101111 |
Color Harmonies of #C72A8A
Complementary color
Monochromatic Colors of #C72A8A
Black with #C72A8A
Text Example
Text Example
White with #C72A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72A8A; }
p { color: rgb(199,42,138); }
H1.HeaderClassName
{
color: #C72A8A;
}
.AnyTagClassName
{
color: #C72A8A;
}
</style>
background-color css
<style>
a { background-color: #C72A8A; }
a { background-color: rgb(199,42,138); }
div.DivClassName
{
background-color: #C72A8A;
}
.BgClassName
{
background-color: #C72A8A;
}
</style>
border-color css
<style>
span { border-color: #C72A8A; }
span { border-color: rgb(199,42,138); }
td.TdClassName
{
border-color: #C72A8A;
}
.TagClassName
{
border-color: #C72A8A;
}
</style>