Shades of Medium Red Violet #C2286F
Tints of Medium Red Violet #C2286F
RGB
CMYK
RGB Variations
Color information
#C2286F (or 0xC2286F) is known color: Medium Red Violet. HEX triplet: C2, 28 and 6F. RGB value is (194,40,111). Sum of RGB (Red+Green+Blue) = 194+40+111=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2286F is #3DD790. Grayscale: #5E5E5E. Windows color (decimal): -4052881 or 7284930. OLE color: 7284930.
HSL color Cylindrical-coordinate representation of color #C2286F: hue angle of 332.34º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2286F is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 111 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.24 |
| HSL | 332.34º | 0.66% | 0.46% | - |
| HSV(B) | 332.34º | 0.79% | 0.76% | - |
| XYZ | 25.88 | 14.13 | 16.4 | - |
| YUV | 94.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 111 | 0 | 0.79 | 0.43 | 0.24 | 332.34 | 0.66 | 0.46 |
| Hex | C2 | 28 | 6F | 0 | 4F | 2B | 18 | 14C | 42 | 2E |
| Octal | 302 | 50 | 157 | 0 | 117 | 53 | 30 | 514 | 102 | 56 |
| Binary | 11000010 | 101000 | 1101111 | 0 | 1001111 | 101011 | 11000 | 101001100 | 1000010 | 101110 |
Color Harmonies of #C2286F
Complementary color
Monochromatic Colors of #C2286F
Black with #C2286F
Text Example
Text Example
White with #C2286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2286F; }
p { color: rgb(194,40,111); }
H1.HeaderClassName
{
color: #C2286F;
}
.AnyTagClassName
{
color: #C2286F;
}
</style>
background-color css
<style>
a { background-color: #C2286F; }
a { background-color: rgb(194,40,111); }
div.DivClassName
{
background-color: #C2286F;
}
.BgClassName
{
background-color: #C2286F;
}
</style>
border-color css
<style>
span { border-color: #C2286F; }
span { border-color: rgb(194,40,111); }
td.TdClassName
{
border-color: #C2286F;
}
.TagClassName
{
border-color: #C2286F;
}
</style>