Shades of Medium Red Violet #C2276C
Tints of Medium Red Violet #C2276C
RGB
CMYK
RGB Variations
Color information
#C2276C (or 0xC2276C) is known color: Medium Red Violet. HEX triplet: C2, 27 and 6C. RGB value is (194,39,108). Sum of RGB (Red+Green+Blue) = 194+39+108=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2276C is #3DD893. Grayscale: #5D5D5D. Windows color (decimal): -4053140 or 7088066. OLE color: 7088066.
HSL color Cylindrical-coordinate representation of color #C2276C: hue angle of 333.29º 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 #C2276C is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 108 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.24 |
| HSL | 333.29º | 0.67% | 0.46% | - |
| HSV(B) | 333.29º | 0.8% | 0.76% | - |
| XYZ | 25.68 | 14 | 15.54 | - |
| YUV | 93.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 108 | 0 | 0.80 | 0.44 | 0.24 | 333.29 | 0.67 | 0.46 |
| Hex | C2 | 27 | 6C | 0 | 50 | 2C | 18 | 14D | 43 | 2E |
| Octal | 302 | 47 | 154 | 0 | 120 | 54 | 30 | 515 | 103 | 56 |
| Binary | 11000010 | 100111 | 1101100 | 0 | 1010000 | 101100 | 11000 | 101001101 | 1000011 | 101110 |
Color Harmonies of #C2276C
Complementary color
Monochromatic Colors of #C2276C
Black with #C2276C
Text Example
Text Example
White with #C2276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2276C; }
p { color: rgb(194,39,108); }
H1.HeaderClassName
{
color: #C2276C;
}
.AnyTagClassName
{
color: #C2276C;
}
</style>
background-color css
<style>
a { background-color: #C2276C; }
a { background-color: rgb(194,39,108); }
div.DivClassName
{
background-color: #C2276C;
}
.BgClassName
{
background-color: #C2276C;
}
</style>
border-color css
<style>
span { border-color: #C2276C; }
span { border-color: rgb(194,39,108); }
td.TdClassName
{
border-color: #C2276C;
}
.TagClassName
{
border-color: #C2276C;
}
</style>