Shades of Medium Violet Red #C81181
Tints of Medium Violet Red #C81181
RGB
CMYK
RGB Variations
Color information
#C81181 (or 0xC81181) is known color: Medium Violet Red. HEX triplet: C8, 11 and 81. RGB value is (200,17,129). Sum of RGB (Red+Green+Blue) = 200+17+129=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C81181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81181 is #37EE7E. Grayscale: #545454. Windows color (decimal): -3665535 or 8458696. OLE color: 8458696.
HSL color Cylindrical-coordinate representation of color #C81181: hue angle of 323.28º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81181 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 129 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.22 |
| HSL | 323.28º | 0.84% | 0.43% | - |
| HSV(B) | 323.28º | 0.92% | 0.78% | - |
| XYZ | 27.98 | 14.27 | 22.05 | - |
| YUV | 84.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 129 | 0 | 0.92 | 0.36 | 0.22 | 323.28 | 0.84 | 0.43 |
| Hex | C8 | 11 | 81 | 0 | 5C | 24 | 16 | 143 | 54 | 2B |
| Octal | 310 | 21 | 201 | 0 | 134 | 44 | 26 | 503 | 124 | 53 |
| Binary | 11001000 | 10001 | 10000001 | 0 | 1011100 | 100100 | 10110 | 101000011 | 1010100 | 101011 |
Color Harmonies of #C81181
Complementary color
Monochromatic Colors of #C81181
Black with #C81181
Text Example
Text Example
White with #C81181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81181; }
p { color: rgb(200,17,129); }
H1.HeaderClassName
{
color: #C81181;
}
.AnyTagClassName
{
color: #C81181;
}
</style>
background-color css
<style>
a { background-color: #C81181; }
a { background-color: rgb(200,17,129); }
div.DivClassName
{
background-color: #C81181;
}
.BgClassName
{
background-color: #C81181;
}
</style>
border-color css
<style>
span { border-color: #C81181; }
span { border-color: rgb(200,17,129); }
td.TdClassName
{
border-color: #C81181;
}
.TagClassName
{
border-color: #C81181;
}
</style>