#C52FA2

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

Shades of Medium Red Violet #C52FA2

Tints of Medium Red Violet #C52FA2

Color information

#C52FA2 (or 0xC52FA2) is unknown color: approx Medium Red Violet. HEX triplet: C5, 2F and A2. RGB value is (197,47,162). Sum of RGB (Red+Green+Blue) = 197+47+162=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52FA2 is #3AD05D. Grayscale: #686868. Windows color (decimal): -3854430 or 10629061. OLE color: 10629061.

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

Color convert

RGB19747162-
CMYK00.760.180.23
HSL314º61.48%47.84%-
HSV(B)314º76.14%77.25%-
XYZ30.5616.5135.76-
YUV104.96160.2193.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 47 (18.75% from 255) = 11.58%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=48.52%
G=11.58%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974716200.760.180.2331461.4847.84
HexC52FA204C121713a3d30
Octal30557242011422274727560
Binary1100010110111110100010010011001001010111100111010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52FA2; }

 p { color: rgb(197,47,162); }

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

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

 a { background-color: rgb(197,47,162); }

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

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

 span { border-color: rgb(197,47,162); }

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