Shades of Medium Violet Red #C81890
Tints of Medium Violet Red #C81890
RGB
CMYK
RGB Variations
Color information
#C81890 (or 0xC81890) is known color: Medium Violet Red. HEX triplet: C8, 18 and 90. RGB value is (200,24,144). Sum of RGB (Red+Green+Blue) = 200+24+144=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C81890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81890 is #37E76F. Grayscale: #5A5A5A. Windows color (decimal): -3663728 or 9443528. OLE color: 9443528.
HSL color Cylindrical-coordinate representation of color #C81890: hue angle of 319.09º 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 #C81890 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 144 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.22 |
| HSL | 319.09º | 0.79% | 0.44% | - |
| HSV(B) | 319.09º | 0.88% | 0.78% | - |
| XYZ | 29.18 | 14.95 | 27.73 | - |
| YUV | 90.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 144 | 0 | 0.88 | 0.28 | 0.22 | 319.09 | 0.79 | 0.44 |
| Hex | C8 | 18 | 90 | 0 | 58 | 1C | 16 | 13F | 4F | 2C |
| Octal | 310 | 30 | 220 | 0 | 130 | 34 | 26 | 477 | 117 | 54 |
| Binary | 11001000 | 11000 | 10010000 | 0 | 1011000 | 11100 | 10110 | 100111111 | 1001111 | 101100 |
Color Harmonies of #C81890
Complementary color
Monochromatic Colors of #C81890
Black with #C81890
Text Example
Text Example
White with #C81890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81890; }
p { color: rgb(200,24,144); }
H1.HeaderClassName
{
color: #C81890;
}
.AnyTagClassName
{
color: #C81890;
}
</style>
background-color css
<style>
a { background-color: #C81890; }
a { background-color: rgb(200,24,144); }
div.DivClassName
{
background-color: #C81890;
}
.BgClassName
{
background-color: #C81890;
}
</style>
border-color css
<style>
span { border-color: #C81890; }
span { border-color: rgb(200,24,144); }
td.TdClassName
{
border-color: #C81890;
}
.TagClassName
{
border-color: #C81890;
}
</style>