Shades of Medium Violet Red #C81497
Tints of Medium Violet Red #C81497
RGB
CMYK
RGB Variations
Color information
#C81497 (or 0xC81497) is known color: Medium Violet Red. HEX triplet: C8, 14 and 97. RGB value is (200,20,151). Sum of RGB (Red+Green+Blue) = 200+20+151=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C81497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81497 is #37EB68. Grayscale: #585858. Windows color (decimal): -3664745 or 9901256. OLE color: 9901256.
HSL color Cylindrical-coordinate representation of color #C81497: hue angle of 316.33º 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 #C81497 is Cyan = 0, Magento = 0.9, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 151 | - |
| CMYK | 0 | 0.9 | 0.24 | 0.22 |
| HSL | 316.33º | 0.82% | 0.43% | - |
| HSV(B) | 316.33º | 0.9% | 0.78% | - |
| XYZ | 29.66 | 15.01 | 30.61 | - |
| YUV | 88.75 | 163.13 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 151 | 0 | 0.9 | 0.24 | 0.22 | 316.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 97 | 0 | 5A | 18 | 16 | 13C | 52 | 2B |
| Octal | 310 | 24 | 227 | 0 | 132 | 30 | 26 | 474 | 122 | 53 |
| Binary | 11001000 | 10100 | 10010111 | 0 | 1011010 | 11000 | 10110 | 100111100 | 1010010 | 101011 |
Color Harmonies of #C81497
Complementary color
Monochromatic Colors of #C81497
Black with #C81497
Text Example
Text Example
White with #C81497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81497; }
p { color: rgb(200,20,151); }
H1.HeaderClassName
{
color: #C81497;
}
.AnyTagClassName
{
color: #C81497;
}
</style>
background-color css
<style>
a { background-color: #C81497; }
a { background-color: rgb(200,20,151); }
div.DivClassName
{
background-color: #C81497;
}
.BgClassName
{
background-color: #C81497;
}
</style>
border-color css
<style>
span { border-color: #C81497; }
span { border-color: rgb(200,20,151); }
td.TdClassName
{
border-color: #C81497;
}
.TagClassName
{
border-color: #C81497;
}
</style>