Shades of Medium Violet Red #C2047F
Tints of Medium Violet Red #C2047F
RGB
CMYK
RGB Variations
Color information
#C2047F (or 0xC2047F) is known color: Medium Violet Red. HEX triplet: C2, 04 and 7F. RGB value is (194,4,127). Sum of RGB (Red+Green+Blue) = 194+4+127=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2047F is #3DFB80. Grayscale: #4A4A4A. Windows color (decimal): -4062081 or 8324290. OLE color: 8324290.
HSL color Cylindrical-coordinate representation of color #C2047F: hue angle of 321.16º degrees, saturation: 0.96, 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 #C2047F is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.24 |
| HSL | 321.16º | 0.96% | 0.39% | - |
| HSV(B) | 321.16º | 0.98% | 0.76% | - |
| XYZ | 26.12 | 13.09 | 21.23 | - |
| YUV | 74.83 | 157.45 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 127 | 0 | 0.98 | 0.35 | 0.24 | 321.16 | 0.96 | 0.39 |
| Hex | C2 | 4 | 7F | 0 | 62 | 23 | 18 | 141 | 60 | 27 |
| Octal | 302 | 4 | 177 | 0 | 142 | 43 | 30 | 501 | 140 | 47 |
| Binary | 11000010 | 100 | 1111111 | 0 | 1100010 | 100011 | 11000 | 101000001 | 1100000 | 100111 |
Color Harmonies of #C2047F
Complementary color
Monochromatic Colors of #C2047F
Black with #C2047F
Text Example
Text Example
White with #C2047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2047F; }
p { color: rgb(194,4,127); }
H1.HeaderClassName
{
color: #C2047F;
}
.AnyTagClassName
{
color: #C2047F;
}
</style>
background-color css
<style>
a { background-color: #C2047F; }
a { background-color: rgb(194,4,127); }
div.DivClassName
{
background-color: #C2047F;
}
.BgClassName
{
background-color: #C2047F;
}
</style>
border-color css
<style>
span { border-color: #C2047F; }
span { border-color: rgb(194,4,127); }
td.TdClassName
{
border-color: #C2047F;
}
.TagClassName
{
border-color: #C2047F;
}
</style>