#C52EA1

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

Shades of Medium Red Violet #C52EA1

Tints of Medium Red Violet #C52EA1

Color information

#C52EA1 (or 0xC52EA1) is unknown color: approx Medium Red Violet. HEX triplet: C5, 2E and A1. RGB value is (197,46,161). Sum of RGB (Red+Green+Blue) = 197+46+161=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C52EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52EA1 is #3AD15E. Grayscale: #676767. Windows color (decimal): -3854687 or 10563269. OLE color: 10563269.

HSL color Cylindrical-coordinate representation of color #C52EA1: hue angle of 314.3º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52EA1 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB19746161-
CMYK00.770.180.23
HSL314.3º62.14%47.65%-
HSV(B)314.3º76.65%77.25%-
XYZ30.4416.435.28-
YUV104.26160.03194.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.76%
GREEN value IS 46 (18.36% from 255) = 11.39%
BLUE value IS 161 (63.28% from 255) = 39.85%
R=48.76%
G=11.39%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974616100.770.180.23314.362.1447.65
HexC52EA104D121713a3e30
Octal30556241011522274727660
Binary1100010110111010100001010011011001010111100111010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52EA1; }

 p { color: rgb(197,46,161); }

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

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

 a { background-color: rgb(197,46,161); }

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

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

 span { border-color: rgb(197,46,161); }

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