#C52AAC

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

Shades of Medium Red Violet #C52AAC

Tints of Medium Red Violet #C52AAC

Color information

#C52AAC (or 0xC52AAC) is unknown color: approx Medium Red Violet. HEX triplet: C5, 2A and AC. RGB value is (197,42,172). Sum of RGB (Red+Green+Blue) = 197+42+172=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C52AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52AAC is #3AD553. Grayscale: #666666. Windows color (decimal): -3855700 or 11283141. OLE color: 11283141.

HSL color Cylindrical-coordinate representation of color #C52AAC: hue angle of 309.68º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52AAC is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19742172-
CMYK00.790.130.23
HSL309.68º64.85%46.86%-
HSV(B)309.68º78.68%77.25%-
XYZ31.316.540.57-
YUV103.16166.85194.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 42 (16.80% from 255) = 10.22%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=47.93%
G=10.22%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974217200.790.130.23309.6864.8546.86
HexC52AAC04FD17136412f
Octal305522540117152746610157
Binary1100010110101010101100010011111101101111001101101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52AAC; }

 p { color: rgb(197,42,172); }

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

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

 a { background-color: rgb(197,42,172); }

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

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

 span { border-color: rgb(197,42,172); }

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