Html Css Color HEX #C53791 Medium Red Violet

📋 copy color: '#C53791'

red 197 ◦ green 55 ◦ blue 145

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

Shades of Medium Red Violet #C53791

Tints of Medium Red Violet #C53791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.85%

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

R = 49.62%
G = 13.85%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C53791 (or 0xC53791) is known color: Medium Red Violet. HEX triplet: C5, 37 and 91. RGB value is (197,55,145). Sum of RGB (Red+Green+Blue) = 197+55+145=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C53791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53791 is #3AC86E. Grayscale: #6B6B6B. Windows color (decimal): -3852399 or 9516997. OLE color: 9516997.

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

Color convert

RGB 197 55 145 -
CMYK 0 0.72 0.26 0.23
HSL 321.97º 0.56% 0.49% -
HSV(B) 321.97º 0.72% 0.77% -
XYZ 29.5 16.65 28.45 -
YUV 107.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 197 55 145 0 0.72 0.26 0.23 321.97 0.56 0.49
Hex C5 37 91 0 48 1A 17 142 38 31
Octal 305 67 221 0 110 32 27 502 70 61
Binary 11000101 110111 10010001 0 1001000 11010 10111 101000010 111000 110001

Color Harmonies of #C53791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53791

Black with #C53791

Text Example


Text Example

White with #C53791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53791; }

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

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

background-color css

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

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

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

border-color css

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

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

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