Shades of Medium Violet Red #C2237F
Tints of Medium Violet Red #C2237F
RGB
CMYK
RGB Variations
Color information
#C2237F (or 0xC2237F) is known color: Medium Violet Red. HEX triplet: C2, 23 and 7F. RGB value is (194,35,127). Sum of RGB (Red+Green+Blue) = 194+35+127=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2237F is #3DDC80. Grayscale: #5C5C5C. Windows color (decimal): -4054145 or 8332226. OLE color: 8332226.
HSL color Cylindrical-coordinate representation of color #C2237F: hue angle of 325.28º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2237F is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 127 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.24 |
| HSL | 325.28º | 0.69% | 0.45% | - |
| HSV(B) | 325.28º | 0.82% | 0.76% | - |
| XYZ | 26.68 | 14.2 | 21.41 | - |
| YUV | 93.03 | 147.18 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 127 | 0 | 0.82 | 0.35 | 0.24 | 325.28 | 0.69 | 0.45 |
| Hex | C2 | 23 | 7F | 0 | 52 | 23 | 18 | 145 | 45 | 2D |
| Octal | 302 | 43 | 177 | 0 | 122 | 43 | 30 | 505 | 105 | 55 |
| Binary | 11000010 | 100011 | 1111111 | 0 | 1010010 | 100011 | 11000 | 101000101 | 1000101 | 101101 |
Color Harmonies of #C2237F
Complementary color
Monochromatic Colors of #C2237F
Black with #C2237F
Text Example
Text Example
White with #C2237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2237F; }
p { color: rgb(194,35,127); }
H1.HeaderClassName
{
color: #C2237F;
}
.AnyTagClassName
{
color: #C2237F;
}
</style>
background-color css
<style>
a { background-color: #C2237F; }
a { background-color: rgb(194,35,127); }
div.DivClassName
{
background-color: #C2237F;
}
.BgClassName
{
background-color: #C2237F;
}
</style>
border-color css
<style>
span { border-color: #C2237F; }
span { border-color: rgb(194,35,127); }
td.TdClassName
{
border-color: #C2237F;
}
.TagClassName
{
border-color: #C2237F;
}
</style>