Shades of Medium Violet Red #C2036E
Tints of Medium Violet Red #C2036E
RGB
CMYK
RGB Variations
Color information
#C2036E (or 0xC2036E) is known color: Medium Violet Red. HEX triplet: C2, 03 and 6E. RGB value is (194,3,110). Sum of RGB (Red+Green+Blue) = 194+3+110=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2036E is #3DFC91. Grayscale: #484848. Windows color (decimal): -4062354 or 7209922. OLE color: 7209922.
HSL color Cylindrical-coordinate representation of color #C2036E: hue angle of 326.39º 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 #C2036E is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 110 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.24 |
| HSL | 326.39º | 0.97% | 0.39% | - |
| HSV(B) | 326.39º | 0.98% | 0.76% | - |
| XYZ | 25.1 | 12.66 | 15.87 | - |
| YUV | 72.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 110 | 0 | 0.98 | 0.43 | 0.24 | 326.39 | 0.97 | 0.39 |
| Hex | C2 | 3 | 6E | 0 | 62 | 2B | 18 | 146 | 61 | 27 |
| Octal | 302 | 3 | 156 | 0 | 142 | 53 | 30 | 506 | 141 | 47 |
| Binary | 11000010 | 11 | 1101110 | 0 | 1100010 | 101011 | 11000 | 101000110 | 1100001 | 100111 |
Color Harmonies of #C2036E
Complementary color
Monochromatic Colors of #C2036E
Black with #C2036E
Text Example
Text Example
White with #C2036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2036E; }
p { color: rgb(194,3,110); }
H1.HeaderClassName
{
color: #C2036E;
}
.AnyTagClassName
{
color: #C2036E;
}
</style>
background-color css
<style>
a { background-color: #C2036E; }
a { background-color: rgb(194,3,110); }
div.DivClassName
{
background-color: #C2036E;
}
.BgClassName
{
background-color: #C2036E;
}
</style>
border-color css
<style>
span { border-color: #C2036E; }
span { border-color: rgb(194,3,110); }
td.TdClassName
{
border-color: #C2036E;
}
.TagClassName
{
border-color: #C2036E;
}
</style>