Shades of Medium Violet Red #C2247C
Tints of Medium Violet Red #C2247C
RGB
CMYK
RGB Variations
Color information
#C2247C (or 0xC2247C) is known color: Medium Violet Red. HEX triplet: C2, 24 and 7C. RGB value is (194,36,124). Sum of RGB (Red+Green+Blue) = 194+36+124=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2247C is #3DDB83. Grayscale: #5D5D5D. Windows color (decimal): -4053892 or 8135874. OLE color: 8135874.
HSL color Cylindrical-coordinate representation of color #C2247C: hue angle of 326.58º 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 #C2247C is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 124 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.24 |
| HSL | 326.58º | 0.69% | 0.45% | - |
| HSV(B) | 326.58º | 0.81% | 0.76% | - |
| XYZ | 26.52 | 14.19 | 20.41 | - |
| YUV | 93.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 124 | 0 | 0.81 | 0.36 | 0.24 | 326.58 | 0.69 | 0.45 |
| Hex | C2 | 24 | 7C | 0 | 51 | 24 | 18 | 147 | 45 | 2D |
| Octal | 302 | 44 | 174 | 0 | 121 | 44 | 30 | 507 | 105 | 55 |
| Binary | 11000010 | 100100 | 1111100 | 0 | 1010001 | 100100 | 11000 | 101000111 | 1000101 | 101101 |
Color Harmonies of #C2247C
Complementary color
Monochromatic Colors of #C2247C
Black with #C2247C
Text Example
Text Example
White with #C2247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2247C; }
p { color: rgb(194,36,124); }
H1.HeaderClassName
{
color: #C2247C;
}
.AnyTagClassName
{
color: #C2247C;
}
</style>
background-color css
<style>
a { background-color: #C2247C; }
a { background-color: rgb(194,36,124); }
div.DivClassName
{
background-color: #C2247C;
}
.BgClassName
{
background-color: #C2247C;
}
</style>
border-color css
<style>
span { border-color: #C2247C; }
span { border-color: rgb(194,36,124); }
td.TdClassName
{
border-color: #C2247C;
}
.TagClassName
{
border-color: #C2247C;
}
</style>