Shades of Medium Violet Red #C81475
Tints of Medium Violet Red #C81475
RGB
CMYK
RGB Variations
Color information
#C81475 (or 0xC81475) is known color: Medium Violet Red. HEX triplet: C8, 14 and 75. RGB value is (200,20,117). Sum of RGB (Red+Green+Blue) = 200+20+117=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C81475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81475 is #37EB8A. Grayscale: #545454. Windows color (decimal): -3664779 or 7673032. OLE color: 7673032.
HSL color Cylindrical-coordinate representation of color #C81475: hue angle of 327.67º degrees, saturation: 0.82, 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 #C81475 is Cyan = 0, Magento = 0.9, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 117 | - |
| CMYK | 0 | 0.9 | 0.42 | 0.22 |
| HSL | 327.67º | 0.82% | 0.43% | - |
| HSV(B) | 327.67º | 0.9% | 0.78% | - |
| XYZ | 27.28 | 14.06 | 18.11 | - |
| YUV | 84.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 117 | 0 | 0.9 | 0.42 | 0.22 | 327.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 75 | 0 | 5A | 2A | 16 | 148 | 52 | 2B |
| Octal | 310 | 24 | 165 | 0 | 132 | 52 | 26 | 510 | 122 | 53 |
| Binary | 11001000 | 10100 | 1110101 | 0 | 1011010 | 101010 | 10110 | 101001000 | 1010010 | 101011 |
Color Harmonies of #C81475
Complementary color
Monochromatic Colors of #C81475
Black with #C81475
Text Example
Text Example
White with #C81475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81475; }
p { color: rgb(200,20,117); }
H1.HeaderClassName
{
color: #C81475;
}
.AnyTagClassName
{
color: #C81475;
}
</style>
background-color css
<style>
a { background-color: #C81475; }
a { background-color: rgb(200,20,117); }
div.DivClassName
{
background-color: #C81475;
}
.BgClassName
{
background-color: #C81475;
}
</style>
border-color css
<style>
span { border-color: #C81475; }
span { border-color: rgb(200,20,117); }
td.TdClassName
{
border-color: #C81475;
}
.TagClassName
{
border-color: #C81475;
}
</style>