Shades of Medium Violet Red #C80272
Tints of Medium Violet Red #C80272
RGB
CMYK
RGB Variations
Color information
#C80272 (or 0xC80272) is known color: Medium Violet Red. HEX triplet: C8, 02 and 72. RGB value is (200,2,114). Sum of RGB (Red+Green+Blue) = 200+2+114=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C80272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80272 is #37FD8D. Grayscale: #494949. Windows color (decimal): -3669390 or 7471816. OLE color: 7471816.
HSL color Cylindrical-coordinate representation of color #C80272: hue angle of 326.06º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80272 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.22 |
| HSL | 326.06º | 0.98% | 0.4% | - |
| HSV(B) | 326.06º | 0.99% | 0.78% | - |
| XYZ | 26.88 | 13.54 | 17.12 | - |
| YUV | 73.97 | 150.6 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 114 | 0 | 0.99 | 0.43 | 0.22 | 326.06 | 0.98 | 0.4 |
| Hex | C8 | 2 | 72 | 0 | 63 | 2B | 16 | 146 | 62 | 28 |
| Octal | 310 | 2 | 162 | 0 | 143 | 53 | 26 | 506 | 142 | 50 |
| Binary | 11001000 | 10 | 1110010 | 0 | 1100011 | 101011 | 10110 | 101000110 | 1100010 | 101000 |
Color Harmonies of #C80272
Complementary color
Monochromatic Colors of #C80272
Black with #C80272
Text Example
Text Example
White with #C80272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80272; }
p { color: rgb(200,2,114); }
H1.HeaderClassName
{
color: #C80272;
}
.AnyTagClassName
{
color: #C80272;
}
</style>
background-color css
<style>
a { background-color: #C80272; }
a { background-color: rgb(200,2,114); }
div.DivClassName
{
background-color: #C80272;
}
.BgClassName
{
background-color: #C80272;
}
</style>
border-color css
<style>
span { border-color: #C80272; }
span { border-color: rgb(200,2,114); }
td.TdClassName
{
border-color: #C80272;
}
.TagClassName
{
border-color: #C80272;
}
</style>