Shades of Medium Violet Red #C2247F
Tints of Medium Violet Red #C2247F
RGB
CMYK
RGB Variations
Color information
#C2247F (or 0xC2247F) is known color: Medium Violet Red. HEX triplet: C2, 24 and 7F. RGB value is (194,36,127). Sum of RGB (Red+Green+Blue) = 194+36+127=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2247F is #3DDB80. Grayscale: #5D5D5D. Windows color (decimal): -4053889 or 8332482. OLE color: 8332482.
HSL color Cylindrical-coordinate representation of color #C2247F: hue angle of 325.44º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2247F is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 127 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.24 |
| HSL | 325.44º | 0.69% | 0.45% | - |
| HSV(B) | 325.44º | 0.81% | 0.76% | - |
| XYZ | 26.71 | 14.26 | 21.42 | - |
| YUV | 93.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 127 | 0 | 0.81 | 0.35 | 0.24 | 325.44 | 0.69 | 0.45 |
| Hex | C2 | 24 | 7F | 0 | 51 | 23 | 18 | 145 | 45 | 2D |
| Octal | 302 | 44 | 177 | 0 | 121 | 43 | 30 | 505 | 105 | 55 |
| Binary | 11000010 | 100100 | 1111111 | 0 | 1010001 | 100011 | 11000 | 101000101 | 1000101 | 101101 |
Color Harmonies of #C2247F
Complementary color
Monochromatic Colors of #C2247F
Black with #C2247F
Text Example
Text Example
White with #C2247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2247F; }
p { color: rgb(194,36,127); }
H1.HeaderClassName
{
color: #C2247F;
}
.AnyTagClassName
{
color: #C2247F;
}
</style>
background-color css
<style>
a { background-color: #C2247F; }
a { background-color: rgb(194,36,127); }
div.DivClassName
{
background-color: #C2247F;
}
.BgClassName
{
background-color: #C2247F;
}
</style>
border-color css
<style>
span { border-color: #C2247F; }
span { border-color: rgb(194,36,127); }
td.TdClassName
{
border-color: #C2247F;
}
.TagClassName
{
border-color: #C2247F;
}
</style>