Shades of Medium Red Violet #C32678
Tints of Medium Red Violet #C32678
RGB
CMYK
RGB Variations
Color information
#C32678 (or 0xC32678) is known color: Medium Red Violet. HEX triplet: C3, 26 and 78. RGB value is (195,38,120). Sum of RGB (Red+Green+Blue) = 195+38+120=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C32678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32678 is #3CD987. Grayscale: #5E5E5E. Windows color (decimal): -3987848 or 7874243. OLE color: 7874243.
HSL color Cylindrical-coordinate representation of color #C32678: hue angle of 328.66º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32678 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 120 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.24 |
| HSL | 328.66º | 0.67% | 0.46% | - |
| HSV(B) | 328.66º | 0.81% | 0.76% | - |
| XYZ | 26.59 | 14.34 | 19.14 | - |
| YUV | 94.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 120 | 0 | 0.81 | 0.38 | 0.24 | 328.66 | 0.67 | 0.46 |
| Hex | C3 | 26 | 78 | 0 | 51 | 26 | 18 | 149 | 43 | 2E |
| Octal | 303 | 46 | 170 | 0 | 121 | 46 | 30 | 511 | 103 | 56 |
| Binary | 11000011 | 100110 | 1111000 | 0 | 1010001 | 100110 | 11000 | 101001001 | 1000011 | 101110 |
Color Harmonies of #C32678
Complementary color
Monochromatic Colors of #C32678
Black with #C32678
Text Example
Text Example
White with #C32678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32678; }
p { color: rgb(195,38,120); }
H1.HeaderClassName
{
color: #C32678;
}
.AnyTagClassName
{
color: #C32678;
}
</style>
background-color css
<style>
a { background-color: #C32678; }
a { background-color: rgb(195,38,120); }
div.DivClassName
{
background-color: #C32678;
}
.BgClassName
{
background-color: #C32678;
}
</style>
border-color css
<style>
span { border-color: #C32678; }
span { border-color: rgb(195,38,120); }
td.TdClassName
{
border-color: #C32678;
}
.TagClassName
{
border-color: #C32678;
}
</style>