Html Css Color HEX #C53991 Medium Red Violet

📋 copy color: '#C53991'

red 197 ◦ green 57 ◦ blue 145

#C53991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C53991

Tints of Medium Red Violet #C53991

RGB

 RED value IS 197 (77.34% from 255) = 49.37%

 GREEN value IS 57 (22.66% from 255) = 14.29%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 49.37%
G = 14.29%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C53991 (or 0xC53991) is known color: Medium Red Violet. HEX triplet: C5, 39 and 91. RGB value is (197,57,145). Sum of RGB (Red+Green+Blue) = 197+57+145=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C53991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53991 is #3AC66E. Grayscale: #6C6C6C. Windows color (decimal): -3851887 or 9517509. OLE color: 9517509.

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

Color convert

RGB 197 57 145 -
CMYK 0 0.71 0.26 0.23
HSL 322.29º 0.55% 0.5% -
HSV(B) 322.29º 0.71% 0.77% -
XYZ 29.6 16.84 28.48 -
YUV 108.89 148.38 190.84 -
System Red Green Blue C M Y K H S L
Decimal 197 57 145 0 0.71 0.26 0.23 322.29 0.55 0.5
Hex C5 39 91 0 47 1A 17 142 37 32
Octal 305 71 221 0 107 32 27 502 67 62
Binary 11000101 111001 10010001 0 1000111 11010 10111 101000010 110111 110010

Color Harmonies of #C53991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53991

Black with #C53991

Text Example


Text Example

White with #C53991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53991; }

 p { color: rgb(197,57,145); }

 H1.HeaderClassName
 {
   color: #C53991;
 }
 .AnyTagClassName
 {
   color: #C53991;
 }
</style>

background-color css

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

 a { background-color: rgb(197,57,145); }

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

border-color css

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

 span { border-color: rgb(197,57,145); }

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