Shades of Medium Red Violet #C32B7E
Tints of Medium Red Violet #C32B7E
RGB
CMYK
RGB Variations
Color information
#C32B7E (or 0xC32B7E) is known color: Medium Red Violet. HEX triplet: C3, 2B and 7E. RGB value is (195,43,126). Sum of RGB (Red+Green+Blue) = 195+43+126=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32B7E is #3CD481. Grayscale: #616161. Windows color (decimal): -3986562 or 8268739. OLE color: 8268739.
HSL color Cylindrical-coordinate representation of color #C32B7E: hue angle of 327.24º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B7E is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 126 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.24 |
| HSL | 327.24º | 0.64% | 0.47% | - |
| HSV(B) | 327.24º | 0.78% | 0.76% | - |
| XYZ | 27.14 | 14.84 | 21.17 | - |
| YUV | 97.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 126 | 0 | 0.78 | 0.35 | 0.24 | 327.24 | 0.64 | 0.47 |
| Hex | C3 | 2B | 7E | 0 | 4E | 23 | 18 | 147 | 40 | 2F |
| Octal | 303 | 53 | 176 | 0 | 116 | 43 | 30 | 507 | 100 | 57 |
| Binary | 11000011 | 101011 | 1111110 | 0 | 1001110 | 100011 | 11000 | 101000111 | 1000000 | 101111 |
Color Harmonies of #C32B7E
Complementary color
Monochromatic Colors of #C32B7E
Black with #C32B7E
Text Example
Text Example
White with #C32B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B7E; }
p { color: rgb(195,43,126); }
H1.HeaderClassName
{
color: #C32B7E;
}
.AnyTagClassName
{
color: #C32B7E;
}
</style>
background-color css
<style>
a { background-color: #C32B7E; }
a { background-color: rgb(195,43,126); }
div.DivClassName
{
background-color: #C32B7E;
}
.BgClassName
{
background-color: #C32B7E;
}
</style>
border-color css
<style>
span { border-color: #C32B7E; }
span { border-color: rgb(195,43,126); }
td.TdClassName
{
border-color: #C32B7E;
}
.TagClassName
{
border-color: #C32B7E;
}
</style>