#C53894

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

Shades of Medium Red Violet #C53894

Tints of Medium Red Violet #C53894

Color information

#C53894 (or 0xC53894) is unknown color: approx Medium Red Violet. HEX triplet: C5, 38 and 94. RGB value is (197,56,148). Sum of RGB (Red+Green+Blue) = 197+56+148=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C53894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53894 is #3AC76B. Grayscale: #6C6C6C. Windows color (decimal): -3852140 or 9713861. OLE color: 9713861.

HSL color Cylindrical-coordinate representation of color #C53894: hue angle of 320.85º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53894 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB19756148-
CMYK00.720.250.23
HSL320.85º55.73%49.61%-
HSV(B)320.85º71.57%77.25%-
XYZ29.7916.8429.7-
YUV108.65150.21191.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 56 (22.27% from 255) = 13.97%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=49.13%
G=13.97%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975614800.720.250.23320.8555.7349.61
HexC5389404819171413832
Octal30570224011031275017062
Binary1100010111100010010100010010001100110111101000001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53894; }

 p { color: rgb(197,56,148); }

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

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

 a { background-color: rgb(197,56,148); }

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

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

 span { border-color: rgb(197,56,148); }

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