Shades of Medium Violet Red #C2037F
Tints of Medium Violet Red #C2037F
RGB
CMYK
RGB Variations
Color information
#C2037F (or 0xC2037F) is known color: Medium Violet Red. HEX triplet: C2, 03 and 7F. RGB value is (194,3,127). Sum of RGB (Red+Green+Blue) = 194+3+127=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2037F is #3DFC80. Grayscale: #494949. Windows color (decimal): -4062337 or 8324034. OLE color: 8324034.
HSL color Cylindrical-coordinate representation of color #C2037F: hue angle of 321.05º 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 #C2037F is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 127 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.24 |
| HSL | 321.05º | 0.97% | 0.39% | - |
| HSV(B) | 321.05º | 0.98% | 0.76% | - |
| XYZ | 26.11 | 13.07 | 21.22 | - |
| YUV | 74.25 | 157.78 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 127 | 0 | 0.98 | 0.35 | 0.24 | 321.05 | 0.97 | 0.39 |
| Hex | C2 | 3 | 7F | 0 | 62 | 23 | 18 | 141 | 61 | 27 |
| Octal | 302 | 3 | 177 | 0 | 142 | 43 | 30 | 501 | 141 | 47 |
| Binary | 11000010 | 11 | 1111111 | 0 | 1100010 | 100011 | 11000 | 101000001 | 1100001 | 100111 |
Color Harmonies of #C2037F
Complementary color
Monochromatic Colors of #C2037F
Black with #C2037F
Text Example
Text Example
White with #C2037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2037F; }
p { color: rgb(194,3,127); }
H1.HeaderClassName
{
color: #C2037F;
}
.AnyTagClassName
{
color: #C2037F;
}
</style>
background-color css
<style>
a { background-color: #C2037F; }
a { background-color: rgb(194,3,127); }
div.DivClassName
{
background-color: #C2037F;
}
.BgClassName
{
background-color: #C2037F;
}
</style>
border-color css
<style>
span { border-color: #C2037F; }
span { border-color: rgb(194,3,127); }
td.TdClassName
{
border-color: #C2037F;
}
.TagClassName
{
border-color: #C2037F;
}
</style>