Shades of Medium Violet Red #C81D9C
Tints of Medium Violet Red #C81D9C
RGB
CMYK
RGB Variations
Color information
#C81D9C (or 0xC81D9C) is known color: Medium Violet Red. HEX triplet: C8, 1D and 9C. RGB value is (200,29,156). Sum of RGB (Red+Green+Blue) = 200+29+156=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81D9C is #37E263. Grayscale: #5E5E5E. Windows color (decimal): -3662436 or 10231240. OLE color: 10231240.
HSL color Cylindrical-coordinate representation of color #C81D9C: hue angle of 315.44º 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 #C81D9C is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 156 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.22 |
| HSL | 315.44º | 0.75% | 0.45% | - |
| HSV(B) | 315.44º | 0.86% | 0.78% | - |
| XYZ | 30.26 | 15.56 | 32.86 | - |
| YUV | 94.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 156 | 0 | 0.86 | 0.22 | 0.22 | 315.44 | 0.75 | 0.45 |
| Hex | C8 | 1D | 9C | 0 | 56 | 16 | 16 | 13B | 4B | 2D |
| Octal | 310 | 35 | 234 | 0 | 126 | 26 | 26 | 473 | 113 | 55 |
| Binary | 11001000 | 11101 | 10011100 | 0 | 1010110 | 10110 | 10110 | 100111011 | 1001011 | 101101 |
Color Harmonies of #C81D9C
Complementary color
Monochromatic Colors of #C81D9C
Black with #C81D9C
Text Example
Text Example
White with #C81D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D9C; }
p { color: rgb(200,29,156); }
H1.HeaderClassName
{
color: #C81D9C;
}
.AnyTagClassName
{
color: #C81D9C;
}
</style>
background-color css
<style>
a { background-color: #C81D9C; }
a { background-color: rgb(200,29,156); }
div.DivClassName
{
background-color: #C81D9C;
}
.BgClassName
{
background-color: #C81D9C;
}
</style>
border-color css
<style>
span { border-color: #C81D9C; }
span { border-color: rgb(200,29,156); }
td.TdClassName
{
border-color: #C81D9C;
}
.TagClassName
{
border-color: #C81D9C;
}
</style>