Shades of Medium Violet Red #C2038C
Tints of Medium Violet Red #C2038C
RGB
CMYK
RGB Variations
Color information
#C2038C (or 0xC2038C) is known color: Medium Violet Red. HEX triplet: C2, 03 and 8C. RGB value is (194,3,140). Sum of RGB (Red+Green+Blue) = 194+3+140=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2038C is #3DFC73. Grayscale: #4B4B4B. Windows color (decimal): -4062324 or 9176002. OLE color: 9176002.
HSL color Cylindrical-coordinate representation of color #C2038C: hue angle of 316.96º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2038C is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 140 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.24 |
| HSL | 316.96º | 0.97% | 0.39% | - |
| HSV(B) | 316.96º | 0.98% | 0.76% | - |
| XYZ | 27.01 | 13.43 | 25.98 | - |
| YUV | 75.73 | 164.28 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 140 | 0 | 0.98 | 0.28 | 0.24 | 316.96 | 0.97 | 0.39 |
| Hex | C2 | 3 | 8C | 0 | 62 | 1C | 18 | 13D | 61 | 27 |
| Octal | 302 | 3 | 214 | 0 | 142 | 34 | 30 | 475 | 141 | 47 |
| Binary | 11000010 | 11 | 10001100 | 0 | 1100010 | 11100 | 11000 | 100111101 | 1100001 | 100111 |
Color Harmonies of #C2038C
Complementary color
Monochromatic Colors of #C2038C
Black with #C2038C
Text Example
Text Example
White with #C2038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2038C; }
p { color: rgb(194,3,140); }
H1.HeaderClassName
{
color: #C2038C;
}
.AnyTagClassName
{
color: #C2038C;
}
</style>
background-color css
<style>
a { background-color: #C2038C; }
a { background-color: rgb(194,3,140); }
div.DivClassName
{
background-color: #C2038C;
}
.BgClassName
{
background-color: #C2038C;
}
</style>
border-color css
<style>
span { border-color: #C2038C; }
span { border-color: rgb(194,3,140); }
td.TdClassName
{
border-color: #C2038C;
}
.TagClassName
{
border-color: #C2038C;
}
</style>