Shades of Medium Violet Red #C81897
Tints of Medium Violet Red #C81897
RGB
CMYK
RGB Variations
Color information
#C81897 (or 0xC81897) is known color: Medium Violet Red. HEX triplet: C8, 18 and 97. RGB value is (200,24,151). Sum of RGB (Red+Green+Blue) = 200+24+151=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C81897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81897 is #37E768. Grayscale: #5A5A5A. Windows color (decimal): -3663721 or 9902280. OLE color: 9902280.
HSL color Cylindrical-coordinate representation of color #C81897: hue angle of 316.7º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81897 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 151 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.22 |
| HSL | 316.7º | 0.79% | 0.44% | - |
| HSV(B) | 316.7º | 0.88% | 0.78% | - |
| XYZ | 29.73 | 15.17 | 30.64 | - |
| YUV | 91.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 151 | 0 | 0.88 | 0.24 | 0.22 | 316.7 | 0.79 | 0.44 |
| Hex | C8 | 18 | 97 | 0 | 58 | 18 | 16 | 13D | 4F | 2C |
| Octal | 310 | 30 | 227 | 0 | 130 | 30 | 26 | 475 | 117 | 54 |
| Binary | 11001000 | 11000 | 10010111 | 0 | 1011000 | 11000 | 10110 | 100111101 | 1001111 | 101100 |
Color Harmonies of #C81897
Complementary color
Monochromatic Colors of #C81897
Black with #C81897
Text Example
Text Example
White with #C81897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81897; }
p { color: rgb(200,24,151); }
H1.HeaderClassName
{
color: #C81897;
}
.AnyTagClassName
{
color: #C81897;
}
</style>
background-color css
<style>
a { background-color: #C81897; }
a { background-color: rgb(200,24,151); }
div.DivClassName
{
background-color: #C81897;
}
.BgClassName
{
background-color: #C81897;
}
</style>
border-color css
<style>
span { border-color: #C81897; }
span { border-color: rgb(200,24,151); }
td.TdClassName
{
border-color: #C81897;
}
.TagClassName
{
border-color: #C81897;
}
</style>