Shades of Medium Red Violet #C72BA1
Tints of Medium Red Violet #C72BA1
RGB
CMYK
RGB Variations
Color information
#C72BA1 (or 0xC72BA1) is known color: Medium Red Violet. HEX triplet: C7, 2B and A1. RGB value is (199,43,161). Sum of RGB (Red+Green+Blue) = 199+43+161=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72BA1 is #38D45E. Grayscale: #666666. Windows color (decimal): -3724383 or 10562503. OLE color: 10562503.
HSL color Cylindrical-coordinate representation of color #C72BA1: hue angle of 314.62º 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 #C72BA1 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 161 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.22 |
| HSL | 314.62º | 0.64% | 0.47% | - |
| HSV(B) | 314.62º | 0.78% | 0.78% | - |
| XYZ | 30.85 | 16.44 | 35.27 | - |
| YUV | 103.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 161 | 0 | 0.78 | 0.19 | 0.22 | 314.62 | 0.64 | 0.47 |
| Hex | C7 | 2B | A1 | 0 | 4E | 13 | 16 | 13B | 40 | 2F |
| Octal | 307 | 53 | 241 | 0 | 116 | 23 | 26 | 473 | 100 | 57 |
| Binary | 11000111 | 101011 | 10100001 | 0 | 1001110 | 10011 | 10110 | 100111011 | 1000000 | 101111 |
Color Harmonies of #C72BA1
Complementary color
Monochromatic Colors of #C72BA1
Black with #C72BA1
Text Example
Text Example
White with #C72BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BA1; }
p { color: rgb(199,43,161); }
H1.HeaderClassName
{
color: #C72BA1;
}
.AnyTagClassName
{
color: #C72BA1;
}
</style>
background-color css
<style>
a { background-color: #C72BA1; }
a { background-color: rgb(199,43,161); }
div.DivClassName
{
background-color: #C72BA1;
}
.BgClassName
{
background-color: #C72BA1;
}
</style>
border-color css
<style>
span { border-color: #C72BA1; }
span { border-color: rgb(199,43,161); }
td.TdClassName
{
border-color: #C72BA1;
}
.TagClassName
{
border-color: #C72BA1;
}
</style>