Shades of Medium Red Violet #C32D99
Tints of Medium Red Violet #C32D99
RGB
CMYK
RGB Variations
Color information
#C32D99 (or 0xC32D99) is known color: Medium Red Violet. HEX triplet: C3, 2D and 99. RGB value is (195,45,153). Sum of RGB (Red+Green+Blue) = 195+45+153=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32D99 is #3CD266. Grayscale: #656565. Windows color (decimal): -3986023 or 10038723. OLE color: 10038723.
HSL color Cylindrical-coordinate representation of color #C32D99: hue angle of 316.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32D99 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 153 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.24 |
| HSL | 316.8º | 0.63% | 0.47% | - |
| HSV(B) | 316.8º | 0.77% | 0.76% | - |
| XYZ | 29.19 | 15.78 | 31.64 | - |
| YUV | 102.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 153 | 0 | 0.77 | 0.22 | 0.24 | 316.8 | 0.63 | 0.47 |
| Hex | C3 | 2D | 99 | 0 | 4D | 16 | 18 | 13D | 3E | 2F |
| Octal | 303 | 55 | 231 | 0 | 115 | 26 | 30 | 475 | 76 | 57 |
| Binary | 11000011 | 101101 | 10011001 | 0 | 1001101 | 10110 | 11000 | 100111101 | 111110 | 101111 |
Color Harmonies of #C32D99
Complementary color
Monochromatic Colors of #C32D99
Black with #C32D99
Text Example
Text Example
White with #C32D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D99; }
p { color: rgb(195,45,153); }
H1.HeaderClassName
{
color: #C32D99;
}
.AnyTagClassName
{
color: #C32D99;
}
</style>
background-color css
<style>
a { background-color: #C32D99; }
a { background-color: rgb(195,45,153); }
div.DivClassName
{
background-color: #C32D99;
}
.BgClassName
{
background-color: #C32D99;
}
</style>
border-color css
<style>
span { border-color: #C32D99; }
span { border-color: rgb(195,45,153); }
td.TdClassName
{
border-color: #C32D99;
}
.TagClassName
{
border-color: #C32D99;
}
</style>