Shades of Medium Violet Red #C00881
Tints of Medium Violet Red #C00881
RGB
CMYK
RGB Variations
Color information
#C00881 (or 0xC00881) is known color: Medium Violet Red. HEX triplet: C0, 08 and 81. RGB value is (192,8,129). Sum of RGB (Red+Green+Blue) = 192+8+129=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C00881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00881 is #3FF77E. Grayscale: #4C4C4C. Windows color (decimal): -4192127 or 8456384. OLE color: 8456384.
HSL color Cylindrical-coordinate representation of color #C00881: hue angle of 320.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00881 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.25 |
| HSL | 320.54º | 0.92% | 0.39% | - |
| HSV(B) | 320.54º | 0.96% | 0.75% | - |
| XYZ | 25.79 | 12.97 | 21.91 | - |
| YUV | 76.81 | 157.46 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 129 | 0 | 0.96 | 0.33 | 0.25 | 320.54 | 0.92 | 0.39 |
| Hex | C0 | 8 | 81 | 0 | 60 | 21 | 19 | 141 | 5C | 27 |
| Octal | 300 | 10 | 201 | 0 | 140 | 41 | 31 | 501 | 134 | 47 |
| Binary | 11000000 | 1000 | 10000001 | 0 | 1100000 | 100001 | 11001 | 101000001 | 1011100 | 100111 |
Color Harmonies of #C00881
Complementary color
Monochromatic Colors of #C00881
Black with #C00881
Text Example
Text Example
White with #C00881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00881; }
p { color: rgb(192,8,129); }
H1.HeaderClassName
{
color: #C00881;
}
.AnyTagClassName
{
color: #C00881;
}
</style>
background-color css
<style>
a { background-color: #C00881; }
a { background-color: rgb(192,8,129); }
div.DivClassName
{
background-color: #C00881;
}
.BgClassName
{
background-color: #C00881;
}
</style>
border-color css
<style>
span { border-color: #C00881; }
span { border-color: rgb(192,8,129); }
td.TdClassName
{
border-color: #C00881;
}
.TagClassName
{
border-color: #C00881;
}
</style>