#C53E7B

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

Shades of Medium Red Violet #C53E7B

Tints of Medium Red Violet #C53E7B

Color information

#C53E7B (or 0xC53E7B) is unknown color: approx Medium Red Violet. HEX triplet: C5, 3E and 7B. RGB value is (197,62,123). Sum of RGB (Red+Green+Blue) = 197+62+123=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E7B is #3AC184. Grayscale: #6D6D6D. Windows color (decimal): -3850629 or 8076997. OLE color: 8076997.

HSL color Cylindrical-coordinate representation of color #C53E7B: hue angle of 332.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53E7B is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19762123-
CMYK00.690.380.23
HSL332.89º53.78%50.78%-
HSV(B)332.89º68.53%77.25%-
XYZ28.3216.7520.48-
YUV109.32135.73190.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=51.57%
G=16.23%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976212300.690.380.23332.8953.7850.78
HexC53E7B045261714d3633
Octal30576173010546275156663
Binary1100010111111011110110100010110011010111101001101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E7B; }

 p { color: rgb(197,62,123); }

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

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

 a { background-color: rgb(197,62,123); }

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

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

 span { border-color: rgb(197,62,123); }

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