Shades of Medium Violet Red #C81074
Tints of Medium Violet Red #C81074
RGB
CMYK
RGB Variations
Color information
#C81074 (or 0xC81074) is known color: Medium Violet Red. HEX triplet: C8, 10 and 74. RGB value is (200,16,116). Sum of RGB (Red+Green+Blue) = 200+16+116=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C81074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81074 is #37EF8B. Grayscale: #525252. Windows color (decimal): -3665804 or 7606472. OLE color: 7606472.
HSL color Cylindrical-coordinate representation of color #C81074: hue angle of 327.39º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81074 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 116 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.22 |
| HSL | 327.39º | 0.85% | 0.42% | - |
| HSV(B) | 327.39º | 0.92% | 0.78% | - |
| XYZ | 27.16 | 13.91 | 17.78 | - |
| YUV | 82.42 | 146.96 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 116 | 0 | 0.92 | 0.42 | 0.22 | 327.39 | 0.85 | 0.42 |
| Hex | C8 | 10 | 74 | 0 | 5C | 2A | 16 | 147 | 55 | 2A |
| Octal | 310 | 20 | 164 | 0 | 134 | 52 | 26 | 507 | 125 | 52 |
| Binary | 11001000 | 10000 | 1110100 | 0 | 1011100 | 101010 | 10110 | 101000111 | 1010101 | 101010 |
Color Harmonies of #C81074
Complementary color
Monochromatic Colors of #C81074
Black with #C81074
Text Example
Text Example
White with #C81074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81074; }
p { color: rgb(200,16,116); }
H1.HeaderClassName
{
color: #C81074;
}
.AnyTagClassName
{
color: #C81074;
}
</style>
background-color css
<style>
a { background-color: #C81074; }
a { background-color: rgb(200,16,116); }
div.DivClassName
{
background-color: #C81074;
}
.BgClassName
{
background-color: #C81074;
}
</style>
border-color css
<style>
span { border-color: #C81074; }
span { border-color: rgb(200,16,116); }
td.TdClassName
{
border-color: #C81074;
}
.TagClassName
{
border-color: #C81074;
}
</style>