Shades of Medium Violet Red #C10378
Tints of Medium Violet Red #C10378
RGB
CMYK
RGB Variations
Color information
#C10378 (or 0xC10378) is known color: Medium Violet Red. HEX triplet: C1, 03 and 78. RGB value is (193,3,120). Sum of RGB (Red+Green+Blue) = 193+3+120=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C10378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10378 is #3EFC87. Grayscale: #484848. Windows color (decimal): -4127880 or 7865281. OLE color: 7865281.
HSL color Cylindrical-coordinate representation of color #C10378: hue angle of 323.05º 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 #C10378 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.24 |
| HSL | 323.05º | 0.97% | 0.38% | - |
| HSV(B) | 323.05º | 0.98% | 0.76% | - |
| XYZ | 25.42 | 12.76 | 18.89 | - |
| YUV | 73.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 120 | 0 | 0.98 | 0.38 | 0.24 | 323.05 | 0.97 | 0.38 |
| Hex | C1 | 3 | 78 | 0 | 62 | 26 | 18 | 143 | 61 | 26 |
| Octal | 301 | 3 | 170 | 0 | 142 | 46 | 30 | 503 | 141 | 46 |
| Binary | 11000001 | 11 | 1111000 | 0 | 1100010 | 100110 | 11000 | 101000011 | 1100001 | 100110 |
Color Harmonies of #C10378
Complementary color
Monochromatic Colors of #C10378
Black with #C10378
Text Example
Text Example
White with #C10378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10378; }
p { color: rgb(193,3,120); }
H1.HeaderClassName
{
color: #C10378;
}
.AnyTagClassName
{
color: #C10378;
}
</style>
background-color css
<style>
a { background-color: #C10378; }
a { background-color: rgb(193,3,120); }
div.DivClassName
{
background-color: #C10378;
}
.BgClassName
{
background-color: #C10378;
}
</style>
border-color css
<style>
span { border-color: #C10378; }
span { border-color: rgb(193,3,120); }
td.TdClassName
{
border-color: #C10378;
}
.TagClassName
{
border-color: #C10378;
}
</style>