Shades of Medium Red Violet #C32780
Tints of Medium Red Violet #C32780
RGB
CMYK
RGB Variations
Color information
#C32780 (or 0xC32780) is known color: Medium Red Violet. HEX triplet: C3, 27 and 80. RGB value is (195,39,128). Sum of RGB (Red+Green+Blue) = 195+39+128=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C32780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32780 is #3CD87F. Grayscale: #5F5F5F. Windows color (decimal): -3987584 or 8398787. OLE color: 8398787.
HSL color Cylindrical-coordinate representation of color #C32780: hue angle of 325.77º 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 #C32780 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 128 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.24 |
| HSL | 325.77º | 0.67% | 0.46% | - |
| HSV(B) | 325.77º | 0.8% | 0.76% | - |
| XYZ | 27.13 | 14.61 | 21.81 | - |
| YUV | 95.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 128 | 0 | 0.80 | 0.34 | 0.24 | 325.77 | 0.67 | 0.46 |
| Hex | C3 | 27 | 80 | 0 | 50 | 22 | 18 | 146 | 43 | 2E |
| Octal | 303 | 47 | 200 | 0 | 120 | 42 | 30 | 506 | 103 | 56 |
| Binary | 11000011 | 100111 | 10000000 | 0 | 1010000 | 100010 | 11000 | 101000110 | 1000011 | 101110 |
Color Harmonies of #C32780
Complementary color
Monochromatic Colors of #C32780
Black with #C32780
Text Example
Text Example
White with #C32780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32780; }
p { color: rgb(195,39,128); }
H1.HeaderClassName
{
color: #C32780;
}
.AnyTagClassName
{
color: #C32780;
}
</style>
background-color css
<style>
a { background-color: #C32780; }
a { background-color: rgb(195,39,128); }
div.DivClassName
{
background-color: #C32780;
}
.BgClassName
{
background-color: #C32780;
}
</style>
border-color css
<style>
span { border-color: #C32780; }
span { border-color: rgb(195,39,128); }
td.TdClassName
{
border-color: #C32780;
}
.TagClassName
{
border-color: #C32780;
}
</style>