#C52A90

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

Shades of Medium Red Violet #C52A90

Tints of Medium Red Violet #C52A90

Color information

#C52A90 (or 0xC52A90) is unknown color: approx Medium Red Violet. HEX triplet: C5, 2A and 90. RGB value is (197,42,144). Sum of RGB (Red+Green+Blue) = 197+42+144=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52A90 is #3AD56F. Grayscale: #636363. Windows color (decimal): -3855728 or 9448133. OLE color: 9448133.

HSL color Cylindrical-coordinate representation of color #C52A90: hue angle of 320.52º 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 #C52A90 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB19742144-
CMYK00.790.270.23
HSL320.52º64.85%46.86%-
HSV(B)320.52º78.68%77.25%-
XYZ28.8915.5427.86-
YUV99.97152.85197.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 42 (16.80% from 255) = 10.97%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=51.44%
G=10.97%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974214400.790.270.23320.5264.8546.86
HexC52A9004F1B17141412f
Octal305522200117332750110157
Binary11000101101010100100000100111111011101111010000011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52A90; }

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

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

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

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

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

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

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

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