Shades of Medium Red Violet #C32993
Tints of Medium Red Violet #C32993
RGB
CMYK
RGB Variations
Color information
#C32993 (or 0xC32993) is known color: Medium Red Violet. HEX triplet: C3, 29 and 93. RGB value is (195,41,147). Sum of RGB (Red+Green+Blue) = 195+41+147=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C32993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32993 is #3CD66C. Grayscale: #626262. Windows color (decimal): -3987053 or 9644483. OLE color: 9644483.
HSL color Cylindrical-coordinate representation of color #C32993: hue angle of 318.7º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32993 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 147 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.24 |
| HSL | 318.7º | 0.65% | 0.46% | - |
| HSV(B) | 318.7º | 0.79% | 0.76% | - |
| XYZ | 28.57 | 15.29 | 29.05 | - |
| YUV | 99.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 147 | 0 | 0.79 | 0.25 | 0.24 | 318.7 | 0.65 | 0.46 |
| Hex | C3 | 29 | 93 | 0 | 4F | 19 | 18 | 13F | 41 | 2E |
| Octal | 303 | 51 | 223 | 0 | 117 | 31 | 30 | 477 | 101 | 56 |
| Binary | 11000011 | 101001 | 10010011 | 0 | 1001111 | 11001 | 11000 | 100111111 | 1000001 | 101110 |
Color Harmonies of #C32993
Complementary color
Monochromatic Colors of #C32993
Black with #C32993
Text Example
Text Example
White with #C32993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32993; }
p { color: rgb(195,41,147); }
H1.HeaderClassName
{
color: #C32993;
}
.AnyTagClassName
{
color: #C32993;
}
</style>
background-color css
<style>
a { background-color: #C32993; }
a { background-color: rgb(195,41,147); }
div.DivClassName
{
background-color: #C32993;
}
.BgClassName
{
background-color: #C32993;
}
</style>
border-color css
<style>
span { border-color: #C32993; }
span { border-color: rgb(195,41,147); }
td.TdClassName
{
border-color: #C32993;
}
.TagClassName
{
border-color: #C32993;
}
</style>