#C534AA

Color #C534AA Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C534AA

Tints of Medium Red Violet #C534AA

Color information

#C534AA (or 0xC534AA) is unknown color: approx Medium Red Violet. HEX triplet: C5, 34 and AA. RGB value is (197,52,170). Sum of RGB (Red+Green+Blue) = 197+52+170=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C534AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C534AA is #3ACB55. Grayscale: #6C6C6C. Windows color (decimal): -3853142 or 11154629. OLE color: 11154629.

HSL color Cylindrical-coordinate representation of color #C534AA: hue angle of 311.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C534AA is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB19752170-
CMYK00.740.140.23
HSL311.17º58.23%48.82%-
HSV(B)311.17º73.6%77.25%-
XYZ31.5117.2339.69-
YUV108.81162.54190.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 52 (20.70% from 255) = 12.41%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=47.02%
G=12.41%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975217000.740.140.23311.1758.2348.82
HexC534AA04AE171373a31
Octal30564252011216274677261
Binary110001011101001010101001001010111010111100110111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C534AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C534AA; }

 p { color: rgb(197,52,170); }

 H1.HeaderClassName
 {
   color: #C534AA;
 }
 .AnyTagClassName
 {
   color: #C534AA;
 }
</style>
background-color css

<style>
 a { background-color: #C534AA; }

 a { background-color: rgb(197,52,170); }

 div.DivClassName
 {
   background-color: #C534AA;
 }
 .BgClassName
 {
   background-color: #C534AA;
 }
</style>
border-color css

<style>
 span { border-color: #C534AA; }

 span { border-color: rgb(197,52,170); }

 td.TdClassName
 {
   border-color: #C534AA;
 }
 .TagClassName
 {
   border-color: #C534AA;
 }
</style>