Shades of Medium Red Violet #C331A4
Tints of Medium Red Violet #C331A4
RGB
CMYK
RGB Variations
Color information
#C331A4 (or 0xC331A4) is known color: Medium Red Violet. HEX triplet: C3, 31 and A4. RGB value is (195,49,164). Sum of RGB (Red+Green+Blue) = 195+49+164=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C331A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C331A4 is #3CCE5B. Grayscale: #696969. Windows color (decimal): -3984988 or 10760643. OLE color: 10760643.
HSL color Cylindrical-coordinate representation of color #C331A4: hue angle of 312.74º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C331A4 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 164 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.24 |
| HSL | 312.74º | 0.6% | 0.48% | - |
| HSV(B) | 312.74º | 0.75% | 0.76% | - |
| XYZ | 30.3 | 16.48 | 36.71 | - |
| YUV | 105.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 164 | 0 | 0.75 | 0.16 | 0.24 | 312.74 | 0.6 | 0.48 |
| Hex | C3 | 31 | A4 | 0 | 4B | 10 | 18 | 139 | 3C | 30 |
| Octal | 303 | 61 | 244 | 0 | 113 | 20 | 30 | 471 | 74 | 60 |
| Binary | 11000011 | 110001 | 10100100 | 0 | 1001011 | 10000 | 11000 | 100111001 | 111100 | 110000 |
Color Harmonies of #C331A4
Complementary color
Monochromatic Colors of #C331A4
Black with #C331A4
Text Example
Text Example
White with #C331A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C331A4; }
p { color: rgb(195,49,164); }
H1.HeaderClassName
{
color: #C331A4;
}
.AnyTagClassName
{
color: #C331A4;
}
</style>
background-color css
<style>
a { background-color: #C331A4; }
a { background-color: rgb(195,49,164); }
div.DivClassName
{
background-color: #C331A4;
}
.BgClassName
{
background-color: #C331A4;
}
</style>
border-color css
<style>
span { border-color: #C331A4; }
span { border-color: rgb(195,49,164); }
td.TdClassName
{
border-color: #C331A4;
}
.TagClassName
{
border-color: #C331A4;
}
</style>