Shades of Medium Red Violet #C334A4
Tints of Medium Red Violet #C334A4
RGB
CMYK
RGB Variations
Color information
#C334A4 (or 0xC334A4) is known color: Medium Red Violet. HEX triplet: C3, 34 and A4. RGB value is (195,52,164). Sum of RGB (Red+Green+Blue) = 195+52+164=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C334A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C334A4 is #3CCB5B. Grayscale: #6B6B6B. Windows color (decimal): -3984220 or 10761411. OLE color: 10761411.
HSL color Cylindrical-coordinate representation of color #C334A4: hue angle of 313.01º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C334A4 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 164 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.24 |
| HSL | 313.01º | 0.58% | 0.48% | - |
| HSV(B) | 313.01º | 0.73% | 0.76% | - |
| XYZ | 30.43 | 16.74 | 36.75 | - |
| YUV | 107.53 | 159.88 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 164 | 0 | 0.73 | 0.16 | 0.24 | 313.01 | 0.58 | 0.48 |
| Hex | C3 | 34 | A4 | 0 | 49 | 10 | 18 | 139 | 3A | 30 |
| Octal | 303 | 64 | 244 | 0 | 111 | 20 | 30 | 471 | 72 | 60 |
| Binary | 11000011 | 110100 | 10100100 | 0 | 1001001 | 10000 | 11000 | 100111001 | 111010 | 110000 |
Color Harmonies of #C334A4
Complementary color
Monochromatic Colors of #C334A4
Black with #C334A4
Text Example
Text Example
White with #C334A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334A4; }
p { color: rgb(195,52,164); }
H1.HeaderClassName
{
color: #C334A4;
}
.AnyTagClassName
{
color: #C334A4;
}
</style>
background-color css
<style>
a { background-color: #C334A4; }
a { background-color: rgb(195,52,164); }
div.DivClassName
{
background-color: #C334A4;
}
.BgClassName
{
background-color: #C334A4;
}
</style>
border-color css
<style>
span { border-color: #C334A4; }
span { border-color: rgb(195,52,164); }
td.TdClassName
{
border-color: #C334A4;
}
.TagClassName
{
border-color: #C334A4;
}
</style>