Shades of Medium Violet Red #C2037A
Tints of Medium Violet Red #C2037A
RGB
CMYK
RGB Variations
Color information
#C2037A (or 0xC2037A) is known color: Medium Violet Red. HEX triplet: C2, 03 and 7A. RGB value is (194,3,122). Sum of RGB (Red+Green+Blue) = 194+3+122=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2037A is #3DFC85. Grayscale: #494949. Windows color (decimal): -4062342 or 7996354. OLE color: 7996354.
HSL color Cylindrical-coordinate representation of color #C2037A: hue angle of 322.62º 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 #C2037A is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.24 |
| HSL | 322.62º | 0.97% | 0.39% | - |
| HSV(B) | 322.62º | 0.98% | 0.76% | - |
| XYZ | 25.79 | 12.94 | 19.55 | - |
| YUV | 73.68 | 155.28 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 122 | 0 | 0.98 | 0.37 | 0.24 | 322.62 | 0.97 | 0.39 |
| Hex | C2 | 3 | 7A | 0 | 62 | 25 | 18 | 143 | 61 | 27 |
| Octal | 302 | 3 | 172 | 0 | 142 | 45 | 30 | 503 | 141 | 47 |
| Binary | 11000010 | 11 | 1111010 | 0 | 1100010 | 100101 | 11000 | 101000011 | 1100001 | 100111 |
Color Harmonies of #C2037A
Complementary color
Monochromatic Colors of #C2037A
Black with #C2037A
Text Example
Text Example
White with #C2037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2037A; }
p { color: rgb(194,3,122); }
H1.HeaderClassName
{
color: #C2037A;
}
.AnyTagClassName
{
color: #C2037A;
}
</style>
background-color css
<style>
a { background-color: #C2037A; }
a { background-color: rgb(194,3,122); }
div.DivClassName
{
background-color: #C2037A;
}
.BgClassName
{
background-color: #C2037A;
}
</style>
border-color css
<style>
span { border-color: #C2037A; }
span { border-color: rgb(194,3,122); }
td.TdClassName
{
border-color: #C2037A;
}
.TagClassName
{
border-color: #C2037A;
}
</style>