Shades of Medium Red Violet #C32788
Tints of Medium Red Violet #C32788
RGB
CMYK
RGB Variations
Color information
#C32788 (or 0xC32788) is known color: Medium Red Violet. HEX triplet: C3, 27 and 88. RGB value is (195,39,136). Sum of RGB (Red+Green+Blue) = 195+39+136=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C32788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32788 is #3CD877. Grayscale: #606060. Windows color (decimal): -3987576 or 8923075. OLE color: 8923075.
HSL color Cylindrical-coordinate representation of color #C32788: hue angle of 322.69º 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 #C32788 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 136 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.24 |
| HSL | 322.69º | 0.67% | 0.46% | - |
| HSV(B) | 322.69º | 0.8% | 0.76% | - |
| XYZ | 27.68 | 14.83 | 24.7 | - |
| YUV | 96.7 | 150.18 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 136 | 0 | 0.80 | 0.30 | 0.24 | 322.69 | 0.67 | 0.46 |
| Hex | C3 | 27 | 88 | 0 | 50 | 1E | 18 | 143 | 43 | 2E |
| Octal | 303 | 47 | 210 | 0 | 120 | 36 | 30 | 503 | 103 | 56 |
| Binary | 11000011 | 100111 | 10001000 | 0 | 1010000 | 11110 | 11000 | 101000011 | 1000011 | 101110 |
Color Harmonies of #C32788
Complementary color
Monochromatic Colors of #C32788
Black with #C32788
Text Example
Text Example
White with #C32788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32788; }
p { color: rgb(195,39,136); }
H1.HeaderClassName
{
color: #C32788;
}
.AnyTagClassName
{
color: #C32788;
}
</style>
background-color css
<style>
a { background-color: #C32788; }
a { background-color: rgb(195,39,136); }
div.DivClassName
{
background-color: #C32788;
}
.BgClassName
{
background-color: #C32788;
}
</style>
border-color css
<style>
span { border-color: #C32788; }
span { border-color: rgb(195,39,136); }
td.TdClassName
{
border-color: #C32788;
}
.TagClassName
{
border-color: #C32788;
}
</style>