Shades of Medium Red Violet #C03881
Tints of Medium Red Violet #C03881
RGB
CMYK
RGB Variations
Color information
#C03881 (or 0xC03881) is known color: Medium Red Violet. HEX triplet: C0, 38 and 81. RGB value is (192,56,129). Sum of RGB (Red+Green+Blue) = 192+56+129=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C03881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03881 is #3FC77E. Grayscale: #686868. Windows color (decimal): -4179839 or 8468672. OLE color: 8468672.
HSL color Cylindrical-coordinate representation of color #C03881: hue angle of 327.79º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03881 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 129 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.25 |
| HSL | 327.79º | 0.55% | 0.49% | - |
| HSV(B) | 327.79º | 0.71% | 0.75% | - |
| XYZ | 27.11 | 15.62 | 22.35 | - |
| YUV | 104.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 129 | 0 | 0.71 | 0.33 | 0.25 | 327.79 | 0.55 | 0.49 |
| Hex | C0 | 38 | 81 | 0 | 47 | 21 | 19 | 148 | 37 | 31 |
| Octal | 300 | 70 | 201 | 0 | 107 | 41 | 31 | 510 | 67 | 61 |
| Binary | 11000000 | 111000 | 10000001 | 0 | 1000111 | 100001 | 11001 | 101001000 | 110111 | 110001 |
Color Harmonies of #C03881
Complementary color
Monochromatic Colors of #C03881
Black with #C03881
Text Example
Text Example
White with #C03881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03881; }
p { color: rgb(192,56,129); }
H1.HeaderClassName
{
color: #C03881;
}
.AnyTagClassName
{
color: #C03881;
}
</style>
background-color css
<style>
a { background-color: #C03881; }
a { background-color: rgb(192,56,129); }
div.DivClassName
{
background-color: #C03881;
}
.BgClassName
{
background-color: #C03881;
}
</style>
border-color css
<style>
span { border-color: #C03881; }
span { border-color: rgb(192,56,129); }
td.TdClassName
{
border-color: #C03881;
}
.TagClassName
{
border-color: #C03881;
}
</style>