#c53883

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

Shades of Medium Red Violet #C53883

Tints of Medium Red Violet #C53883

Color information

#C53883 (or 0xC53883) is unknown color: approx Medium Red Violet. HEX triplet: C5, 38 and 83. RGB value is (197,56,131). Sum of RGB (Red+Green+Blue) = 197+56+131=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C53883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53883 is #3AC77C. Grayscale: #6A6A6A. Windows color (decimal): -3852157 or 8599749. OLE color: 8599749.

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

Color convert

RGB19756131-
CMYK00.720.340.23
HSL328.09º55.73%49.61%-
HSV(B)328.09º71.57%77.25%-
XYZ28.5416.3423.12-
YUV106.71141.71192.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.30%
GREEN value IS 56 (22.27% from 255) = 14.58%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=51.30%
G=14.58%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975613100.720.340.23328.0955.7349.61
HexC5388304822171483832
Octal30570203011042275107062
Binary11000101111000100000110100100010001010111101001000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53883; }

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

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

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

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

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

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

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

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