Shades of Medium Violet Red #C00374
Tints of Medium Violet Red #C00374
RGB
CMYK
RGB Variations
Color information
#C00374 (or 0xC00374) is known color: Medium Violet Red. HEX triplet: C0, 03 and 74. RGB value is (192,3,116). Sum of RGB (Red+Green+Blue) = 192+3+116=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C00374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00374 is #3FFC8B. Grayscale: #484848. Windows color (decimal): -4193420 or 7603136. OLE color: 7603136.
HSL color Cylindrical-coordinate representation of color #C00374: hue angle of 324.13º 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 #C00374 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 116 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.25 |
| HSL | 324.13º | 0.97% | 0.38% | - |
| HSV(B) | 324.13º | 0.98% | 0.75% | - |
| XYZ | 24.92 | 12.53 | 17.63 | - |
| YUV | 72.39 | 152.62 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 116 | 0 | 0.98 | 0.40 | 0.25 | 324.13 | 0.97 | 0.38 |
| Hex | C0 | 3 | 74 | 0 | 62 | 28 | 19 | 144 | 61 | 26 |
| Octal | 300 | 3 | 164 | 0 | 142 | 50 | 31 | 504 | 141 | 46 |
| Binary | 11000000 | 11 | 1110100 | 0 | 1100010 | 101000 | 11001 | 101000100 | 1100001 | 100110 |
Color Harmonies of #C00374
Complementary color
Monochromatic Colors of #C00374
Black with #C00374
Text Example
Text Example
White with #C00374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00374; }
p { color: rgb(192,3,116); }
H1.HeaderClassName
{
color: #C00374;
}
.AnyTagClassName
{
color: #C00374;
}
</style>
background-color css
<style>
a { background-color: #C00374; }
a { background-color: rgb(192,3,116); }
div.DivClassName
{
background-color: #C00374;
}
.BgClassName
{
background-color: #C00374;
}
</style>
border-color css
<style>
span { border-color: #C00374; }
span { border-color: rgb(192,3,116); }
td.TdClassName
{
border-color: #C00374;
}
.TagClassName
{
border-color: #C00374;
}
</style>