Shades of Medium Violet Red #C81374
Tints of Medium Violet Red #C81374
RGB
CMYK
RGB Variations
Color information
#C81374 (or 0xC81374) is known color: Medium Violet Red. HEX triplet: C8, 13 and 74. RGB value is (200,19,116). Sum of RGB (Red+Green+Blue) = 200+19+116=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C81374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81374 is #37EC8B. Grayscale: #535353. Windows color (decimal): -3665036 or 7607240. OLE color: 7607240.
HSL color Cylindrical-coordinate representation of color #C81374: hue angle of 327.85º 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 #C81374 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 116 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.22 |
| HSL | 327.85º | 0.83% | 0.43% | - |
| HSV(B) | 327.85º | 0.91% | 0.78% | - |
| XYZ | 27.2 | 14.01 | 17.79 | - |
| YUV | 84.18 | 145.97 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 116 | 0 | 0.90 | 0.42 | 0.22 | 327.85 | 0.83 | 0.43 |
| Hex | C8 | 13 | 74 | 0 | 5A | 2A | 16 | 148 | 53 | 2B |
| Octal | 310 | 23 | 164 | 0 | 132 | 52 | 26 | 510 | 123 | 53 |
| Binary | 11001000 | 10011 | 1110100 | 0 | 1011010 | 101010 | 10110 | 101001000 | 1010011 | 101011 |
Color Harmonies of #C81374
Complementary color
Monochromatic Colors of #C81374
Black with #C81374
Text Example
Text Example
White with #C81374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81374; }
p { color: rgb(200,19,116); }
H1.HeaderClassName
{
color: #C81374;
}
.AnyTagClassName
{
color: #C81374;
}
</style>
background-color css
<style>
a { background-color: #C81374; }
a { background-color: rgb(200,19,116); }
div.DivClassName
{
background-color: #C81374;
}
.BgClassName
{
background-color: #C81374;
}
</style>
border-color css
<style>
span { border-color: #C81374; }
span { border-color: rgb(200,19,116); }
td.TdClassName
{
border-color: #C81374;
}
.TagClassName
{
border-color: #C81374;
}
</style>