Shades of Medium Violet Red #C2038B
Tints of Medium Violet Red #C2038B
RGB
CMYK
RGB Variations
Color information
#C2038B (or 0xC2038B) is known color: Medium Violet Red. HEX triplet: C2, 03 and 8B. RGB value is (194,3,139). Sum of RGB (Red+Green+Blue) = 194+3+139=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2038B is #3DFC74. Grayscale: #4B4B4B. Windows color (decimal): -4062325 or 9110466. OLE color: 9110466.
HSL color Cylindrical-coordinate representation of color #C2038B: hue angle of 317.28º 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 #C2038B is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.24 |
| HSL | 317.28º | 0.97% | 0.39% | - |
| HSV(B) | 317.28º | 0.98% | 0.76% | - |
| XYZ | 26.94 | 13.4 | 25.59 | - |
| YUV | 75.61 | 163.78 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 139 | 0 | 0.98 | 0.28 | 0.24 | 317.28 | 0.97 | 0.39 |
| Hex | C2 | 3 | 8B | 0 | 62 | 1C | 18 | 13D | 61 | 27 |
| Octal | 302 | 3 | 213 | 0 | 142 | 34 | 30 | 475 | 141 | 47 |
| Binary | 11000010 | 11 | 10001011 | 0 | 1100010 | 11100 | 11000 | 100111101 | 1100001 | 100111 |
Color Harmonies of #C2038B
Complementary color
Monochromatic Colors of #C2038B
Black with #C2038B
Text Example
Text Example
White with #C2038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2038B; }
p { color: rgb(194,3,139); }
H1.HeaderClassName
{
color: #C2038B;
}
.AnyTagClassName
{
color: #C2038B;
}
</style>
background-color css
<style>
a { background-color: #C2038B; }
a { background-color: rgb(194,3,139); }
div.DivClassName
{
background-color: #C2038B;
}
.BgClassName
{
background-color: #C2038B;
}
</style>
border-color css
<style>
span { border-color: #C2038B; }
span { border-color: rgb(194,3,139); }
td.TdClassName
{
border-color: #C2038B;
}
.TagClassName
{
border-color: #C2038B;
}
</style>