Shades of Medium Red Violet #C32D9B
Tints of Medium Red Violet #C32D9B
RGB
CMYK
RGB Variations
Color information
#C32D9B (or 0xC32D9B) is known color: Medium Red Violet. HEX triplet: C3, 2D and 9B. RGB value is (195,45,155). Sum of RGB (Red+Green+Blue) = 195+45+155=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32D9B is #3CD264. Grayscale: #666666. Windows color (decimal): -3986021 or 10169795. OLE color: 10169795.
HSL color Cylindrical-coordinate representation of color #C32D9B: hue angle of 316º 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 #C32D9B is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 155 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.24 |
| HSL | 316º | 0.63% | 0.47% | - |
| HSV(B) | 316º | 0.77% | 0.76% | - |
| XYZ | 29.36 | 15.85 | 32.52 | - |
| YUV | 102.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 155 | 0 | 0.77 | 0.21 | 0.24 | 316 | 0.63 | 0.47 |
| Hex | C3 | 2D | 9B | 0 | 4D | 15 | 18 | 13C | 3E | 2F |
| Octal | 303 | 55 | 233 | 0 | 115 | 25 | 30 | 474 | 76 | 57 |
| Binary | 11000011 | 101101 | 10011011 | 0 | 1001101 | 10101 | 11000 | 100111100 | 111110 | 101111 |
Color Harmonies of #C32D9B
Complementary color
Monochromatic Colors of #C32D9B
Black with #C32D9B
Text Example
Text Example
White with #C32D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D9B; }
p { color: rgb(195,45,155); }
H1.HeaderClassName
{
color: #C32D9B;
}
.AnyTagClassName
{
color: #C32D9B;
}
</style>
background-color css
<style>
a { background-color: #C32D9B; }
a { background-color: rgb(195,45,155); }
div.DivClassName
{
background-color: #C32D9B;
}
.BgClassName
{
background-color: #C32D9B;
}
</style>
border-color css
<style>
span { border-color: #C32D9B; }
span { border-color: rgb(195,45,155); }
td.TdClassName
{
border-color: #C32D9B;
}
.TagClassName
{
border-color: #C32D9B;
}
</style>