#C52CAC

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

Shades of Medium Red Violet #C52CAC

Tints of Medium Red Violet #C52CAC

Color information

#C52CAC (or 0xC52CAC) is unknown color: approx Medium Red Violet. HEX triplet: C5, 2C and AC. RGB value is (197,44,172). Sum of RGB (Red+Green+Blue) = 197+44+172=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C52CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52CAC is #3AD353. Grayscale: #676767. Windows color (decimal): -3855188 or 11283653. OLE color: 11283653.

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

Color convert

RGB19744172-
CMYK00.780.130.23
HSL309.8º63.49%47.25%-
HSV(B)309.8º77.66%77.25%-
XYZ31.3716.6540.59-
YUV104.34166.19194.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 44 (17.58% from 255) = 10.65%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=47.70%
G=10.65%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974417200.780.130.23309.863.4947.25
HexC52CAC04ED171363f2f
Octal30554254011615274667757
Binary110001011011001010110001001110110110111100110110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52CAC; }

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

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

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

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

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

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

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

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