Shades of Medium Red Violet #C2279F
Tints of Medium Red Violet #C2279F
RGB
CMYK
RGB Variations
Color information
#C2279F (or 0xC2279F) is known color: Medium Red Violet. HEX triplet: C2, 27 and 9F. RGB value is (194,39,159). Sum of RGB (Red+Green+Blue) = 194+39+159=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2279F is #3DD860. Grayscale: #626262. Windows color (decimal): -4053089 or 10430402. OLE color: 10430402.
HSL color Cylindrical-coordinate representation of color #C2279F: hue angle of 313.55º 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 #C2279F is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 159 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.24 |
| HSL | 313.55º | 0.67% | 0.46% | - |
| HSV(B) | 313.55º | 0.8% | 0.76% | - |
| XYZ | 29.23 | 15.42 | 34.24 | - |
| YUV | 99.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 159 | 0 | 0.80 | 0.18 | 0.24 | 313.55 | 0.67 | 0.46 |
| Hex | C2 | 27 | 9F | 0 | 50 | 12 | 18 | 13A | 43 | 2E |
| Octal | 302 | 47 | 237 | 0 | 120 | 22 | 30 | 472 | 103 | 56 |
| Binary | 11000010 | 100111 | 10011111 | 0 | 1010000 | 10010 | 11000 | 100111010 | 1000011 | 101110 |
Color Harmonies of #C2279F
Complementary color
Monochromatic Colors of #C2279F
Black with #C2279F
Text Example
Text Example
White with #C2279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2279F; }
p { color: rgb(194,39,159); }
H1.HeaderClassName
{
color: #C2279F;
}
.AnyTagClassName
{
color: #C2279F;
}
</style>
background-color css
<style>
a { background-color: #C2279F; }
a { background-color: rgb(194,39,159); }
div.DivClassName
{
background-color: #C2279F;
}
.BgClassName
{
background-color: #C2279F;
}
</style>
border-color css
<style>
span { border-color: #C2279F; }
span { border-color: rgb(194,39,159); }
td.TdClassName
{
border-color: #C2279F;
}
.TagClassName
{
border-color: #C2279F;
}
</style>