Shades of Medium Violet Red #C00381
Tints of Medium Violet Red #C00381
RGB
CMYK
RGB Variations
Color information
#C00381 (or 0xC00381) is known color: Medium Violet Red. HEX triplet: C0, 03 and 81. RGB value is (192,3,129). Sum of RGB (Red+Green+Blue) = 192+3+129=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C00381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00381 is #3FFC7E. Grayscale: #494949. Windows color (decimal): -4193407 or 8455104. OLE color: 8455104.
HSL color Cylindrical-coordinate representation of color #C00381: hue angle of 320º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00381 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 129 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.25 |
| HSL | 320º | 0.97% | 0.38% | - |
| HSV(B) | 320º | 0.98% | 0.75% | - |
| XYZ | 25.73 | 12.86 | 21.89 | - |
| YUV | 73.88 | 159.12 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 129 | 0 | 0.98 | 0.33 | 0.25 | 320 | 0.97 | 0.38 |
| Hex | C0 | 3 | 81 | 0 | 62 | 21 | 19 | 140 | 61 | 26 |
| Octal | 300 | 3 | 201 | 0 | 142 | 41 | 31 | 500 | 141 | 46 |
| Binary | 11000000 | 11 | 10000001 | 0 | 1100010 | 100001 | 11001 | 101000000 | 1100001 | 100110 |
Color Harmonies of #C00381
Complementary color
Monochromatic Colors of #C00381
Black with #C00381
Text Example
Text Example
White with #C00381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00381; }
p { color: rgb(192,3,129); }
H1.HeaderClassName
{
color: #C00381;
}
.AnyTagClassName
{
color: #C00381;
}
</style>
background-color css
<style>
a { background-color: #C00381; }
a { background-color: rgb(192,3,129); }
div.DivClassName
{
background-color: #C00381;
}
.BgClassName
{
background-color: #C00381;
}
</style>
border-color css
<style>
span { border-color: #C00381; }
span { border-color: rgb(192,3,129); }
td.TdClassName
{
border-color: #C00381;
}
.TagClassName
{
border-color: #C00381;
}
</style>