Shades of Medium Violet Red #C81F72
Tints of Medium Violet Red #C81F72
RGB
CMYK
RGB Variations
Color information
#C81F72 (or 0xC81F72) is known color: Medium Violet Red. HEX triplet: C8, 1F and 72. RGB value is (200,31,114). Sum of RGB (Red+Green+Blue) = 200+31+114=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F72 is #37E08D. Grayscale: #5A5A5A. Windows color (decimal): -3661966 or 7479240. OLE color: 7479240.
HSL color Cylindrical-coordinate representation of color #C81F72: hue angle of 330.53º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F72 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 114 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.22 |
| HSL | 330.53º | 0.73% | 0.45% | - |
| HSV(B) | 330.53º | 0.85% | 0.78% | - |
| XYZ | 27.35 | 14.47 | 17.27 | - |
| YUV | 90.99 | 140.99 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 114 | 0 | 0.84 | 0.43 | 0.22 | 330.53 | 0.73 | 0.45 |
| Hex | C8 | 1F | 72 | 0 | 54 | 2B | 16 | 14B | 49 | 2D |
| Octal | 310 | 37 | 162 | 0 | 124 | 53 | 26 | 513 | 111 | 55 |
| Binary | 11001000 | 11111 | 1110010 | 0 | 1010100 | 101011 | 10110 | 101001011 | 1001001 | 101101 |
Color Harmonies of #C81F72
Complementary color
Monochromatic Colors of #C81F72
Black with #C81F72
Text Example
Text Example
White with #C81F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81F72; }
p { color: rgb(200,31,114); }
H1.HeaderClassName
{
color: #C81F72;
}
.AnyTagClassName
{
color: #C81F72;
}
</style>
background-color css
<style>
a { background-color: #C81F72; }
a { background-color: rgb(200,31,114); }
div.DivClassName
{
background-color: #C81F72;
}
.BgClassName
{
background-color: #C81F72;
}
</style>
border-color css
<style>
span { border-color: #C81F72; }
span { border-color: rgb(200,31,114); }
td.TdClassName
{
border-color: #C81F72;
}
.TagClassName
{
border-color: #C81F72;
}
</style>