#C52896

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

Shades of Medium Red Violet #C52896

Tints of Medium Red Violet #C52896

Color information

#C52896 (or 0xC52896) is unknown color: approx Medium Red Violet. HEX triplet: C5, 28 and 96. RGB value is (197,40,150). Sum of RGB (Red+Green+Blue) = 197+40+150=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C52896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52896 is #3AD769. Grayscale: #636363. Windows color (decimal): -3856234 or 9840837. OLE color: 9840837.

HSL color Cylindrical-coordinate representation of color #C52896: hue angle of 317.96º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52896 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB19740150-
CMYK00.800.240.23
HSL317.96º66.24%46.47%-
HSV(B)317.96º79.7%77.25%-
XYZ29.2915.5930.32-
YUV99.48156.51197.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 40 (16.02% from 255) = 10.34%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=50.90%
G=10.34%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974015000.800.240.23317.9666.2446.47
HexC52896050181713e422e
Octal305502260120302747610256
Binary11000101101000100101100101000011000101111001111101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52896; }

 p { color: rgb(197,40,150); }

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

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

 a { background-color: rgb(197,40,150); }

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

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

 span { border-color: rgb(197,40,150); }

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