Shades of Medium Red Violet #C2278D
Tints of Medium Red Violet #C2278D
RGB
CMYK
RGB Variations
Color information
#C2278D (or 0xC2278D) is known color: Medium Red Violet. HEX triplet: C2, 27 and 8D. RGB value is (194,39,141). Sum of RGB (Red+Green+Blue) = 194+39+141=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2278D is #3DD872. Grayscale: #606060. Windows color (decimal): -4053107 or 9250754. OLE color: 9250754.
HSL color Cylindrical-coordinate representation of color #C2278D: hue angle of 320.52º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2278D is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 141 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.24 |
| HSL | 320.52º | 0.67% | 0.46% | - |
| HSV(B) | 320.52º | 0.8% | 0.76% | - |
| XYZ | 27.78 | 14.84 | 26.6 | - |
| YUV | 96.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 141 | 0 | 0.80 | 0.27 | 0.24 | 320.52 | 0.67 | 0.46 |
| Hex | C2 | 27 | 8D | 0 | 50 | 1B | 18 | 141 | 43 | 2E |
| Octal | 302 | 47 | 215 | 0 | 120 | 33 | 30 | 501 | 103 | 56 |
| Binary | 11000010 | 100111 | 10001101 | 0 | 1010000 | 11011 | 11000 | 101000001 | 1000011 | 101110 |
Color Harmonies of #C2278D
Complementary color
Monochromatic Colors of #C2278D
Black with #C2278D
Text Example
Text Example
White with #C2278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2278D; }
p { color: rgb(194,39,141); }
H1.HeaderClassName
{
color: #C2278D;
}
.AnyTagClassName
{
color: #C2278D;
}
</style>
background-color css
<style>
a { background-color: #C2278D; }
a { background-color: rgb(194,39,141); }
div.DivClassName
{
background-color: #C2278D;
}
.BgClassName
{
background-color: #C2278D;
}
</style>
border-color css
<style>
span { border-color: #C2278D; }
span { border-color: rgb(194,39,141); }
td.TdClassName
{
border-color: #C2278D;
}
.TagClassName
{
border-color: #C2278D;
}
</style>