Shades of Medium Violet Red #C81F79
Tints of Medium Violet Red #C81F79
RGB
CMYK
RGB Variations
Color information
#C81F79 (or 0xC81F79) is known color: Medium Violet Red. HEX triplet: C8, 1F and 79. RGB value is (200,31,121). Sum of RGB (Red+Green+Blue) = 200+31+121=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F79 is #37E086. Grayscale: #5B5B5B. Windows color (decimal): -3661959 or 7937992. OLE color: 7937992.
HSL color Cylindrical-coordinate representation of color #C81F79: hue angle of 328.05º 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 #C81F79 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 121 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.22 |
| HSL | 328.05º | 0.73% | 0.45% | - |
| HSV(B) | 328.05º | 0.85% | 0.78% | - |
| XYZ | 27.76 | 14.64 | 19.45 | - |
| YUV | 91.79 | 144.49 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 121 | 0 | 0.84 | 0.39 | 0.22 | 328.05 | 0.73 | 0.45 |
| Hex | C8 | 1F | 79 | 0 | 54 | 27 | 16 | 148 | 49 | 2D |
| Octal | 310 | 37 | 171 | 0 | 124 | 47 | 26 | 510 | 111 | 55 |
| Binary | 11001000 | 11111 | 1111001 | 0 | 1010100 | 100111 | 10110 | 101001000 | 1001001 | 101101 |
Color Harmonies of #C81F79
Complementary color
Monochromatic Colors of #C81F79
Black with #C81F79
Text Example
Text Example
White with #C81F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81F79; }
p { color: rgb(200,31,121); }
H1.HeaderClassName
{
color: #C81F79;
}
.AnyTagClassName
{
color: #C81F79;
}
</style>
background-color css
<style>
a { background-color: #C81F79; }
a { background-color: rgb(200,31,121); }
div.DivClassName
{
background-color: #C81F79;
}
.BgClassName
{
background-color: #C81F79;
}
</style>
border-color css
<style>
span { border-color: #C81F79; }
span { border-color: rgb(200,31,121); }
td.TdClassName
{
border-color: #C81F79;
}
.TagClassName
{
border-color: #C81F79;
}
</style>