Shades of Medium Violet Red #C2247E
Tints of Medium Violet Red #C2247E
RGB
CMYK
RGB Variations
Color information
#C2247E (or 0xC2247E) is known color: Medium Violet Red. HEX triplet: C2, 24 and 7E. RGB value is (194,36,126). Sum of RGB (Red+Green+Blue) = 194+36+126=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2247E is #3DDB81. Grayscale: #5D5D5D. Windows color (decimal): -4053890 or 8266946. OLE color: 8266946.
HSL color Cylindrical-coordinate representation of color #C2247E: hue angle of 325.82º 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 #C2247E is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 126 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.24 |
| HSL | 325.82º | 0.69% | 0.45% | - |
| HSV(B) | 325.82º | 0.81% | 0.76% | - |
| XYZ | 26.64 | 14.24 | 21.08 | - |
| YUV | 93.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 126 | 0 | 0.81 | 0.35 | 0.24 | 325.82 | 0.69 | 0.45 |
| Hex | C2 | 24 | 7E | 0 | 51 | 23 | 18 | 146 | 45 | 2D |
| Octal | 302 | 44 | 176 | 0 | 121 | 43 | 30 | 506 | 105 | 55 |
| Binary | 11000010 | 100100 | 1111110 | 0 | 1010001 | 100011 | 11000 | 101000110 | 1000101 | 101101 |
Color Harmonies of #C2247E
Complementary color
Monochromatic Colors of #C2247E
Black with #C2247E
Text Example
Text Example
White with #C2247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2247E; }
p { color: rgb(194,36,126); }
H1.HeaderClassName
{
color: #C2247E;
}
.AnyTagClassName
{
color: #C2247E;
}
</style>
background-color css
<style>
a { background-color: #C2247E; }
a { background-color: rgb(194,36,126); }
div.DivClassName
{
background-color: #C2247E;
}
.BgClassName
{
background-color: #C2247E;
}
</style>
border-color css
<style>
span { border-color: #C2247E; }
span { border-color: rgb(194,36,126); }
td.TdClassName
{
border-color: #C2247E;
}
.TagClassName
{
border-color: #C2247E;
}
</style>