Shades of Medium Red Violet #C2278A
Tints of Medium Red Violet #C2278A
RGB
CMYK
RGB Variations
Color information
#C2278A (or 0xC2278A) is known color: Medium Red Violet. HEX triplet: C2, 27 and 8A. RGB value is (194,39,138). Sum of RGB (Red+Green+Blue) = 194+39+138=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2278A is #3DD875. Grayscale: #606060. Windows color (decimal): -4053110 or 9054146. OLE color: 9054146.
HSL color Cylindrical-coordinate representation of color #C2278A: hue angle of 321.68º 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 #C2278A is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 138 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.24 |
| HSL | 321.68º | 0.67% | 0.46% | - |
| HSV(B) | 321.68º | 0.8% | 0.76% | - |
| XYZ | 27.56 | 14.76 | 25.44 | - |
| YUV | 96.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 138 | 0 | 0.80 | 0.29 | 0.24 | 321.68 | 0.67 | 0.46 |
| Hex | C2 | 27 | 8A | 0 | 50 | 1D | 18 | 142 | 43 | 2E |
| Octal | 302 | 47 | 212 | 0 | 120 | 35 | 30 | 502 | 103 | 56 |
| Binary | 11000010 | 100111 | 10001010 | 0 | 1010000 | 11101 | 11000 | 101000010 | 1000011 | 101110 |
Color Harmonies of #C2278A
Complementary color
Monochromatic Colors of #C2278A
Black with #C2278A
Text Example
Text Example
White with #C2278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2278A; }
p { color: rgb(194,39,138); }
H1.HeaderClassName
{
color: #C2278A;
}
.AnyTagClassName
{
color: #C2278A;
}
</style>
background-color css
<style>
a { background-color: #C2278A; }
a { background-color: rgb(194,39,138); }
div.DivClassName
{
background-color: #C2278A;
}
.BgClassName
{
background-color: #C2278A;
}
</style>
border-color css
<style>
span { border-color: #C2278A; }
span { border-color: rgb(194,39,138); }
td.TdClassName
{
border-color: #C2278A;
}
.TagClassName
{
border-color: #C2278A;
}
</style>