Shades of Medium Violet Red #C81379
Tints of Medium Violet Red #C81379
RGB
CMYK
RGB Variations
Color information
#C81379 (or 0xC81379) is known color: Medium Violet Red. HEX triplet: C8, 13 and 79. RGB value is (200,19,121). Sum of RGB (Red+Green+Blue) = 200+19+121=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C81379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81379 is #37EC86. Grayscale: #545454. Windows color (decimal): -3665031 or 7934920. OLE color: 7934920.
HSL color Cylindrical-coordinate representation of color #C81379: hue angle of 326.19º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81379 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 121 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.22 |
| HSL | 326.19º | 0.83% | 0.43% | - |
| HSV(B) | 326.19º | 0.91% | 0.78% | - |
| XYZ | 27.5 | 14.13 | 19.37 | - |
| YUV | 84.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 121 | 0 | 0.90 | 0.39 | 0.22 | 326.19 | 0.83 | 0.43 |
| Hex | C8 | 13 | 79 | 0 | 5A | 27 | 16 | 146 | 53 | 2B |
| Octal | 310 | 23 | 171 | 0 | 132 | 47 | 26 | 506 | 123 | 53 |
| Binary | 11001000 | 10011 | 1111001 | 0 | 1011010 | 100111 | 10110 | 101000110 | 1010011 | 101011 |
Color Harmonies of #C81379
Complementary color
Monochromatic Colors of #C81379
Black with #C81379
Text Example
Text Example
White with #C81379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81379; }
p { color: rgb(200,19,121); }
H1.HeaderClassName
{
color: #C81379;
}
.AnyTagClassName
{
color: #C81379;
}
</style>
background-color css
<style>
a { background-color: #C81379; }
a { background-color: rgb(200,19,121); }
div.DivClassName
{
background-color: #C81379;
}
.BgClassName
{
background-color: #C81379;
}
</style>
border-color css
<style>
span { border-color: #C81379; }
span { border-color: rgb(200,19,121); }
td.TdClassName
{
border-color: #C81379;
}
.TagClassName
{
border-color: #C81379;
}
</style>