Shades of Medium Red Violet #C3279C
Tints of Medium Red Violet #C3279C
RGB
CMYK
RGB Variations
Color information
#C3279C (or 0xC3279C) is known color: Medium Red Violet. HEX triplet: C3, 27 and 9C. RGB value is (195,39,156). Sum of RGB (Red+Green+Blue) = 195+39+156=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3279C is #3CD863. Grayscale: #626262. Windows color (decimal): -3987556 or 10233795. OLE color: 10233795.
HSL color Cylindrical-coordinate representation of color #C3279C: hue angle of 315º 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 #C3279C is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 156 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.24 |
| HSL | 315º | 0.67% | 0.46% | - |
| HSV(B) | 315º | 0.8% | 0.76% | - |
| XYZ | 29.23 | 15.45 | 32.89 | - |
| YUV | 98.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 156 | 0 | 0.80 | 0.20 | 0.24 | 315 | 0.67 | 0.46 |
| Hex | C3 | 27 | 9C | 0 | 50 | 14 | 18 | 13B | 43 | 2E |
| Octal | 303 | 47 | 234 | 0 | 120 | 24 | 30 | 473 | 103 | 56 |
| Binary | 11000011 | 100111 | 10011100 | 0 | 1010000 | 10100 | 11000 | 100111011 | 1000011 | 101110 |
Color Harmonies of #C3279C
Complementary color
Monochromatic Colors of #C3279C
Black with #C3279C
Text Example
Text Example
White with #C3279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3279C; }
p { color: rgb(195,39,156); }
H1.HeaderClassName
{
color: #C3279C;
}
.AnyTagClassName
{
color: #C3279C;
}
</style>
background-color css
<style>
a { background-color: #C3279C; }
a { background-color: rgb(195,39,156); }
div.DivClassName
{
background-color: #C3279C;
}
.BgClassName
{
background-color: #C3279C;
}
</style>
border-color css
<style>
span { border-color: #C3279C; }
span { border-color: rgb(195,39,156); }
td.TdClassName
{
border-color: #C3279C;
}
.TagClassName
{
border-color: #C3279C;
}
</style>