Shades of Medium Red Violet #C32B89
Tints of Medium Red Violet #C32B89
RGB
CMYK
RGB Variations
Color information
#C32B89 (or 0xC32B89) is known color: Medium Red Violet. HEX triplet: C3, 2B and 89. RGB value is (195,43,137). Sum of RGB (Red+Green+Blue) = 195+43+137=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B89 is #3CD476. Grayscale: #626262. Windows color (decimal): -3986551 or 8989635. OLE color: 8989635.
HSL color Cylindrical-coordinate representation of color #C32B89: hue angle of 322.89º 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 #C32B89 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 137 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.24 |
| HSL | 322.89º | 0.64% | 0.47% | - |
| HSV(B) | 322.89º | 0.78% | 0.76% | - |
| XYZ | 27.88 | 15.14 | 25.12 | - |
| YUV | 99.16 | 149.36 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 137 | 0 | 0.78 | 0.30 | 0.24 | 322.89 | 0.64 | 0.47 |
| Hex | C3 | 2B | 89 | 0 | 4E | 1E | 18 | 143 | 40 | 2F |
| Octal | 303 | 53 | 211 | 0 | 116 | 36 | 30 | 503 | 100 | 57 |
| Binary | 11000011 | 101011 | 10001001 | 0 | 1001110 | 11110 | 11000 | 101000011 | 1000000 | 101111 |
Color Harmonies of #C32B89
Complementary color
Monochromatic Colors of #C32B89
Black with #C32B89
Text Example
Text Example
White with #C32B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B89; }
p { color: rgb(195,43,137); }
H1.HeaderClassName
{
color: #C32B89;
}
.AnyTagClassName
{
color: #C32B89;
}
</style>
background-color css
<style>
a { background-color: #C32B89; }
a { background-color: rgb(195,43,137); }
div.DivClassName
{
background-color: #C32B89;
}
.BgClassName
{
background-color: #C32B89;
}
</style>
border-color css
<style>
span { border-color: #C32B89; }
span { border-color: rgb(195,43,137); }
td.TdClassName
{
border-color: #C32B89;
}
.TagClassName
{
border-color: #C32B89;
}
</style>