Shades of Medium Red Violet #C3278E
Tints of Medium Red Violet #C3278E
RGB
CMYK
RGB Variations
Color information
#C3278E (or 0xC3278E) is known color: Medium Red Violet. HEX triplet: C3, 27 and 8E. RGB value is (195,39,142). Sum of RGB (Red+Green+Blue) = 195+39+142=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3278E is #3CD871. Grayscale: #616161. Windows color (decimal): -3987570 or 9316291. OLE color: 9316291.
HSL color Cylindrical-coordinate representation of color #C3278E: hue angle of 320.38º 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 #C3278E is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 142 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.24 |
| HSL | 320.38º | 0.67% | 0.46% | - |
| HSV(B) | 320.38º | 0.8% | 0.76% | - |
| XYZ | 28.11 | 15.01 | 27.01 | - |
| YUV | 97.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 142 | 0 | 0.80 | 0.27 | 0.24 | 320.38 | 0.67 | 0.46 |
| Hex | C3 | 27 | 8E | 0 | 50 | 1B | 18 | 140 | 43 | 2E |
| Octal | 303 | 47 | 216 | 0 | 120 | 33 | 30 | 500 | 103 | 56 |
| Binary | 11000011 | 100111 | 10001110 | 0 | 1010000 | 11011 | 11000 | 101000000 | 1000011 | 101110 |
Color Harmonies of #C3278E
Complementary color
Monochromatic Colors of #C3278E
Black with #C3278E
Text Example
Text Example
White with #C3278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3278E; }
p { color: rgb(195,39,142); }
H1.HeaderClassName
{
color: #C3278E;
}
.AnyTagClassName
{
color: #C3278E;
}
</style>
background-color css
<style>
a { background-color: #C3278E; }
a { background-color: rgb(195,39,142); }
div.DivClassName
{
background-color: #C3278E;
}
.BgClassName
{
background-color: #C3278E;
}
</style>
border-color css
<style>
span { border-color: #C3278E; }
span { border-color: rgb(195,39,142); }
td.TdClassName
{
border-color: #C3278E;
}
.TagClassName
{
border-color: #C3278E;
}
</style>