Shades of Medium Red Violet #C2279D
Tints of Medium Red Violet #C2279D
RGB
CMYK
RGB Variations
Color information
#C2279D (or 0xC2279D) is known color: Medium Red Violet. HEX triplet: C2, 27 and 9D. RGB value is (194,39,157). Sum of RGB (Red+Green+Blue) = 194+39+157=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2279D is #3DD862. Grayscale: #626262. Windows color (decimal): -4053091 or 10299330. OLE color: 10299330.
HSL color Cylindrical-coordinate representation of color #C2279D: hue angle of 314.32º 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 #C2279D is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 157 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.24 |
| HSL | 314.32º | 0.67% | 0.46% | - |
| HSV(B) | 314.32º | 0.8% | 0.76% | - |
| XYZ | 29.06 | 15.35 | 33.33 | - |
| YUV | 98.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 157 | 0 | 0.80 | 0.19 | 0.24 | 314.32 | 0.67 | 0.46 |
| Hex | C2 | 27 | 9D | 0 | 50 | 13 | 18 | 13A | 43 | 2E |
| Octal | 302 | 47 | 235 | 0 | 120 | 23 | 30 | 472 | 103 | 56 |
| Binary | 11000010 | 100111 | 10011101 | 0 | 1010000 | 10011 | 11000 | 100111010 | 1000011 | 101110 |
Color Harmonies of #C2279D
Complementary color
Monochromatic Colors of #C2279D
Black with #C2279D
Text Example
Text Example
White with #C2279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2279D; }
p { color: rgb(194,39,157); }
H1.HeaderClassName
{
color: #C2279D;
}
.AnyTagClassName
{
color: #C2279D;
}
</style>
background-color css
<style>
a { background-color: #C2279D; }
a { background-color: rgb(194,39,157); }
div.DivClassName
{
background-color: #C2279D;
}
.BgClassName
{
background-color: #C2279D;
}
</style>
border-color css
<style>
span { border-color: #C2279D; }
span { border-color: rgb(194,39,157); }
td.TdClassName
{
border-color: #C2279D;
}
.TagClassName
{
border-color: #C2279D;
}
</style>