Shades of Medium Violet Red #C81674
Tints of Medium Violet Red #C81674
RGB
CMYK
RGB Variations
Color information
#C81674 (or 0xC81674) is known color: Medium Violet Red. HEX triplet: C8, 16 and 74. RGB value is (200,22,116). Sum of RGB (Red+Green+Blue) = 200+22+116=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C81674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81674 is #37E98B. Grayscale: #555555. Windows color (decimal): -3664268 or 7608008. OLE color: 7608008.
HSL color Cylindrical-coordinate representation of color #C81674: hue angle of 328.31º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81674 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 116 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.22 |
| HSL | 328.31º | 0.8% | 0.44% | - |
| HSV(B) | 328.31º | 0.89% | 0.78% | - |
| XYZ | 27.26 | 14.11 | 17.81 | - |
| YUV | 85.94 | 144.97 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 116 | 0 | 0.89 | 0.42 | 0.22 | 328.31 | 0.8 | 0.44 |
| Hex | C8 | 16 | 74 | 0 | 59 | 2A | 16 | 148 | 50 | 2C |
| Octal | 310 | 26 | 164 | 0 | 131 | 52 | 26 | 510 | 120 | 54 |
| Binary | 11001000 | 10110 | 1110100 | 0 | 1011001 | 101010 | 10110 | 101001000 | 1010000 | 101100 |
Color Harmonies of #C81674
Complementary color
Monochromatic Colors of #C81674
Black with #C81674
Text Example
Text Example
White with #C81674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81674; }
p { color: rgb(200,22,116); }
H1.HeaderClassName
{
color: #C81674;
}
.AnyTagClassName
{
color: #C81674;
}
</style>
background-color css
<style>
a { background-color: #C81674; }
a { background-color: rgb(200,22,116); }
div.DivClassName
{
background-color: #C81674;
}
.BgClassName
{
background-color: #C81674;
}
</style>
border-color css
<style>
span { border-color: #C81674; }
span { border-color: rgb(200,22,116); }
td.TdClassName
{
border-color: #C81674;
}
.TagClassName
{
border-color: #C81674;
}
</style>