Shades of Medium Violet Red #C81D96
Tints of Medium Violet Red #C81D96
RGB
CMYK
RGB Variations
Color information
#C81D96 (or 0xC81D96) is known color: Medium Violet Red. HEX triplet: C8, 1D and 96. RGB value is (200,29,150). Sum of RGB (Red+Green+Blue) = 200+29+150=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81D96 is #37E269. Grayscale: #5D5D5D. Windows color (decimal): -3662442 or 9838024. OLE color: 9838024.
HSL color Cylindrical-coordinate representation of color #C81D96: hue angle of 317.54º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81D96 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 150 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.22 |
| HSL | 317.54º | 0.75% | 0.45% | - |
| HSV(B) | 317.54º | 0.86% | 0.78% | - |
| XYZ | 29.76 | 15.36 | 30.25 | - |
| YUV | 93.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 150 | 0 | 0.86 | 0.25 | 0.22 | 317.54 | 0.75 | 0.45 |
| Hex | C8 | 1D | 96 | 0 | 56 | 19 | 16 | 13E | 4B | 2D |
| Octal | 310 | 35 | 226 | 0 | 126 | 31 | 26 | 476 | 113 | 55 |
| Binary | 11001000 | 11101 | 10010110 | 0 | 1010110 | 11001 | 10110 | 100111110 | 1001011 | 101101 |
Color Harmonies of #C81D96
Complementary color
Monochromatic Colors of #C81D96
Black with #C81D96
Text Example
Text Example
White with #C81D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D96; }
p { color: rgb(200,29,150); }
H1.HeaderClassName
{
color: #C81D96;
}
.AnyTagClassName
{
color: #C81D96;
}
</style>
background-color css
<style>
a { background-color: #C81D96; }
a { background-color: rgb(200,29,150); }
div.DivClassName
{
background-color: #C81D96;
}
.BgClassName
{
background-color: #C81D96;
}
</style>
border-color css
<style>
span { border-color: #C81D96; }
span { border-color: rgb(200,29,150); }
td.TdClassName
{
border-color: #C81D96;
}
.TagClassName
{
border-color: #C81D96;
}
</style>