Shades of Medium Red Violet #C2278F
Tints of Medium Red Violet #C2278F
RGB
CMYK
RGB Variations
Color information
#C2278F (or 0xC2278F) is known color: Medium Red Violet. HEX triplet: C2, 27 and 8F. RGB value is (194,39,143). Sum of RGB (Red+Green+Blue) = 194+39+143=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2278F is #3DD870. Grayscale: #606060. Windows color (decimal): -4053105 or 9381826. OLE color: 9381826.
HSL color Cylindrical-coordinate representation of color #C2278F: hue angle of 319.74º 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 #C2278F is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 143 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.24 |
| HSL | 319.74º | 0.67% | 0.46% | - |
| HSV(B) | 319.74º | 0.8% | 0.76% | - |
| XYZ | 27.93 | 14.9 | 27.39 | - |
| YUV | 97.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 143 | 0 | 0.80 | 0.26 | 0.24 | 319.74 | 0.67 | 0.46 |
| Hex | C2 | 27 | 8F | 0 | 50 | 1A | 18 | 140 | 43 | 2E |
| Octal | 302 | 47 | 217 | 0 | 120 | 32 | 30 | 500 | 103 | 56 |
| Binary | 11000010 | 100111 | 10001111 | 0 | 1010000 | 11010 | 11000 | 101000000 | 1000011 | 101110 |
Color Harmonies of #C2278F
Complementary color
Monochromatic Colors of #C2278F
Black with #C2278F
Text Example
Text Example
White with #C2278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2278F; }
p { color: rgb(194,39,143); }
H1.HeaderClassName
{
color: #C2278F;
}
.AnyTagClassName
{
color: #C2278F;
}
</style>
background-color css
<style>
a { background-color: #C2278F; }
a { background-color: rgb(194,39,143); }
div.DivClassName
{
background-color: #C2278F;
}
.BgClassName
{
background-color: #C2278F;
}
</style>
border-color css
<style>
span { border-color: #C2278F; }
span { border-color: rgb(194,39,143); }
td.TdClassName
{
border-color: #C2278F;
}
.TagClassName
{
border-color: #C2278F;
}
</style>