Shades of Medium Red Violet #C32787
Tints of Medium Red Violet #C32787
RGB
CMYK
RGB Variations
Color information
#C32787 (or 0xC32787) is known color: Medium Red Violet. HEX triplet: C3, 27 and 87. RGB value is (195,39,135). Sum of RGB (Red+Green+Blue) = 195+39+135=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C32787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32787 is #3CD878. Grayscale: #606060. Windows color (decimal): -3987577 or 8857539. OLE color: 8857539.
HSL color Cylindrical-coordinate representation of color #C32787: hue angle of 323.08º 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 #C32787 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 135 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.24 |
| HSL | 323.08º | 0.67% | 0.46% | - |
| HSV(B) | 323.08º | 0.8% | 0.76% | - |
| XYZ | 27.6 | 14.8 | 24.32 | - |
| YUV | 96.59 | 149.68 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 135 | 0 | 0.80 | 0.31 | 0.24 | 323.08 | 0.67 | 0.46 |
| Hex | C3 | 27 | 87 | 0 | 50 | 1F | 18 | 143 | 43 | 2E |
| Octal | 303 | 47 | 207 | 0 | 120 | 37 | 30 | 503 | 103 | 56 |
| Binary | 11000011 | 100111 | 10000111 | 0 | 1010000 | 11111 | 11000 | 101000011 | 1000011 | 101110 |
Color Harmonies of #C32787
Complementary color
Monochromatic Colors of #C32787
Black with #C32787
Text Example
Text Example
White with #C32787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32787; }
p { color: rgb(195,39,135); }
H1.HeaderClassName
{
color: #C32787;
}
.AnyTagClassName
{
color: #C32787;
}
</style>
background-color css
<style>
a { background-color: #C32787; }
a { background-color: rgb(195,39,135); }
div.DivClassName
{
background-color: #C32787;
}
.BgClassName
{
background-color: #C32787;
}
</style>
border-color css
<style>
span { border-color: #C32787; }
span { border-color: rgb(195,39,135); }
td.TdClassName
{
border-color: #C32787;
}
.TagClassName
{
border-color: #C32787;
}
</style>