Shades of Medium Violet Red #C81090
Tints of Medium Violet Red #C81090
RGB
CMYK
RGB Variations
Color information
#C81090 (or 0xC81090) is known color: Medium Violet Red. HEX triplet: C8, 10 and 90. RGB value is (200,16,144). Sum of RGB (Red+Green+Blue) = 200+16+144=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C81090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81090 is #37EF6F. Grayscale: #555555. Windows color (decimal): -3665776 or 9441480. OLE color: 9441480.
HSL color Cylindrical-coordinate representation of color #C81090: hue angle of 318.26º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81090 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 144 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.22 |
| HSL | 318.26º | 0.85% | 0.42% | - |
| HSV(B) | 318.26º | 0.92% | 0.78% | - |
| XYZ | 29.04 | 14.66 | 27.69 | - |
| YUV | 85.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 144 | 0 | 0.92 | 0.28 | 0.22 | 318.26 | 0.85 | 0.42 |
| Hex | C8 | 10 | 90 | 0 | 5C | 1C | 16 | 13E | 55 | 2A |
| Octal | 310 | 20 | 220 | 0 | 134 | 34 | 26 | 476 | 125 | 52 |
| Binary | 11001000 | 10000 | 10010000 | 0 | 1011100 | 11100 | 10110 | 100111110 | 1010101 | 101010 |
Color Harmonies of #C81090
Complementary color
Monochromatic Colors of #C81090
Black with #C81090
Text Example
Text Example
White with #C81090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81090; }
p { color: rgb(200,16,144); }
H1.HeaderClassName
{
color: #C81090;
}
.AnyTagClassName
{
color: #C81090;
}
</style>
background-color css
<style>
a { background-color: #C81090; }
a { background-color: rgb(200,16,144); }
div.DivClassName
{
background-color: #C81090;
}
.BgClassName
{
background-color: #C81090;
}
</style>
border-color css
<style>
span { border-color: #C81090; }
span { border-color: rgb(200,16,144); }
td.TdClassName
{
border-color: #C81090;
}
.TagClassName
{
border-color: #C81090;
}
</style>