Shades of Medium Red Violet #C2276B
Tints of Medium Red Violet #C2276B
RGB
CMYK
RGB Variations
Color information
#C2276B (or 0xC2276B) is known color: Medium Red Violet. HEX triplet: C2, 27 and 6B. RGB value is (194,39,107). Sum of RGB (Red+Green+Blue) = 194+39+107=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2276B is #3DD894. Grayscale: #5C5C5C. Windows color (decimal): -4053141 or 7022530. OLE color: 7022530.
HSL color Cylindrical-coordinate representation of color #C2276B: hue angle of 333.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 #C2276B is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 107 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.24 |
| HSL | 333.68º | 0.67% | 0.46% | - |
| HSV(B) | 333.68º | 0.8% | 0.76% | - |
| XYZ | 25.63 | 13.98 | 15.26 | - |
| YUV | 93.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 107 | 0 | 0.80 | 0.45 | 0.24 | 333.68 | 0.67 | 0.46 |
| Hex | C2 | 27 | 6B | 0 | 50 | 2D | 18 | 14E | 43 | 2E |
| Octal | 302 | 47 | 153 | 0 | 120 | 55 | 30 | 516 | 103 | 56 |
| Binary | 11000010 | 100111 | 1101011 | 0 | 1010000 | 101101 | 11000 | 101001110 | 1000011 | 101110 |
Color Harmonies of #C2276B
Complementary color
Monochromatic Colors of #C2276B
Black with #C2276B
Text Example
Text Example
White with #C2276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2276B; }
p { color: rgb(194,39,107); }
H1.HeaderClassName
{
color: #C2276B;
}
.AnyTagClassName
{
color: #C2276B;
}
</style>
background-color css
<style>
a { background-color: #C2276B; }
a { background-color: rgb(194,39,107); }
div.DivClassName
{
background-color: #C2276B;
}
.BgClassName
{
background-color: #C2276B;
}
</style>
border-color css
<style>
span { border-color: #C2276B; }
span { border-color: rgb(194,39,107); }
td.TdClassName
{
border-color: #C2276B;
}
.TagClassName
{
border-color: #C2276B;
}
</style>