Shades of Medium Violet Red #C81D90
Tints of Medium Violet Red #C81D90
RGB
CMYK
RGB Variations
Color information
#C81D90 (or 0xC81D90) is known color: Medium Violet Red. HEX triplet: C8, 1D and 90. RGB value is (200,29,144). Sum of RGB (Red+Green+Blue) = 200+29+144=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81D90 is #37E26F. Grayscale: #5C5C5C. Windows color (decimal): -3662448 or 9444808. OLE color: 9444808.
HSL color Cylindrical-coordinate representation of color #C81D90: hue angle of 319.65º 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 #C81D90 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 144 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.22 |
| HSL | 319.65º | 0.75% | 0.45% | - |
| HSV(B) | 319.65º | 0.86% | 0.78% | - |
| XYZ | 29.29 | 15.17 | 27.77 | - |
| YUV | 93.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 144 | 0 | 0.86 | 0.28 | 0.22 | 319.65 | 0.75 | 0.45 |
| Hex | C8 | 1D | 90 | 0 | 56 | 1C | 16 | 140 | 4B | 2D |
| Octal | 310 | 35 | 220 | 0 | 126 | 34 | 26 | 500 | 113 | 55 |
| Binary | 11001000 | 11101 | 10010000 | 0 | 1010110 | 11100 | 10110 | 101000000 | 1001011 | 101101 |
Color Harmonies of #C81D90
Complementary color
Monochromatic Colors of #C81D90
Black with #C81D90
Text Example
Text Example
White with #C81D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D90; }
p { color: rgb(200,29,144); }
H1.HeaderClassName
{
color: #C81D90;
}
.AnyTagClassName
{
color: #C81D90;
}
</style>
background-color css
<style>
a { background-color: #C81D90; }
a { background-color: rgb(200,29,144); }
div.DivClassName
{
background-color: #C81D90;
}
.BgClassName
{
background-color: #C81D90;
}
</style>
border-color css
<style>
span { border-color: #C81D90; }
span { border-color: rgb(200,29,144); }
td.TdClassName
{
border-color: #C81D90;
}
.TagClassName
{
border-color: #C81D90;
}
</style>