Html Css Color HEX #C53774 Medium Red Violet

📋 copy color: '#C53774'

red 197 ◦ green 55 ◦ blue 116

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

Shades of Medium Red Violet #C53774

Tints of Medium Red Violet #C53774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 53.53%
G = 14.95%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C53774 (or 0xC53774) is known color: Medium Red Violet. HEX triplet: C5, 37 and 74. RGB value is (197,55,116). Sum of RGB (Red+Green+Blue) = 197+55+116=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C53774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53774 is #3AC88B. Grayscale: #686868. Windows color (decimal): -3852428 or 7616453. OLE color: 7616453.

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

Color convert

RGB 197 55 116 -
CMYK 0 0.72 0.41 0.23
HSL 334.23º 0.56% 0.49% -
HSV(B) 334.23º 0.72% 0.77% -
XYZ 27.54 15.86 18.13 -
YUV 104.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 197 55 116 0 0.72 0.41 0.23 334.23 0.56 0.49
Hex C5 37 74 0 48 29 17 14E 38 31
Octal 305 67 164 0 110 51 27 516 70 61
Binary 11000101 110111 1110100 0 1001000 101001 10111 101001110 111000 110001

Color Harmonies of #C53774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53774

Black with #C53774

Text Example


Text Example

White with #C53774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53774; }

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

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

background-color css

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

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

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

border-color css

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

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

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