Shades of Medium Violet Red #C10381
Tints of Medium Violet Red #C10381
RGB
CMYK
RGB Variations
Color information
#C10381 (or 0xC10381) is known color: Medium Violet Red. HEX triplet: C1, 03 and 81. RGB value is (193,3,129). Sum of RGB (Red+Green+Blue) = 193+3+129=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C10381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10381 is #3EFC7E. Grayscale: #494949. Windows color (decimal): -4127871 or 8455105. OLE color: 8455105.
HSL color Cylindrical-coordinate representation of color #C10381: hue angle of 320.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10381 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 129 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.24 |
| HSL | 320.21º | 0.97% | 0.38% | - |
| HSV(B) | 320.21º | 0.98% | 0.76% | - |
| XYZ | 25.99 | 12.99 | 21.91 | - |
| YUV | 74.17 | 158.95 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 129 | 0 | 0.98 | 0.33 | 0.24 | 320.21 | 0.97 | 0.38 |
| Hex | C1 | 3 | 81 | 0 | 62 | 21 | 18 | 140 | 61 | 26 |
| Octal | 301 | 3 | 201 | 0 | 142 | 41 | 30 | 500 | 141 | 46 |
| Binary | 11000001 | 11 | 10000001 | 0 | 1100010 | 100001 | 11000 | 101000000 | 1100001 | 100110 |
Color Harmonies of #C10381
Complementary color
Monochromatic Colors of #C10381
Black with #C10381
Text Example
Text Example
White with #C10381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10381; }
p { color: rgb(193,3,129); }
H1.HeaderClassName
{
color: #C10381;
}
.AnyTagClassName
{
color: #C10381;
}
</style>
background-color css
<style>
a { background-color: #C10381; }
a { background-color: rgb(193,3,129); }
div.DivClassName
{
background-color: #C10381;
}
.BgClassName
{
background-color: #C10381;
}
</style>
border-color css
<style>
span { border-color: #C10381; }
span { border-color: rgb(193,3,129); }
td.TdClassName
{
border-color: #C10381;
}
.TagClassName
{
border-color: #C10381;
}
</style>