Html Css Color HEX #C53977 Medium Red Violet

📋 copy color: '#C53977'

red 197 ◦ green 57 ◦ blue 119

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

Shades of Medium Red Violet #C53977

Tints of Medium Red Violet #C53977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.9%

R = 52.82%
G = 15.28%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C53977 (or 0xC53977) is known color: Medium Red Violet. HEX triplet: C5, 39 and 77. RGB value is (197,57,119). Sum of RGB (Red+Green+Blue) = 197+57+119=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C53977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53977 is #3AC688. Grayscale: #696969. Windows color (decimal): -3851913 or 7813573. OLE color: 7813573.

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

Color convert

RGB 197 57 119 -
CMYK 0 0.71 0.40 0.23
HSL 333.43º 0.55% 0.5% -
HSV(B) 333.43º 0.71% 0.77% -
XYZ 27.82 16.13 19.1 -
YUV 105.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 197 57 119 0 0.71 0.40 0.23 333.43 0.55 0.5
Hex C5 39 77 0 47 28 17 14D 37 32
Octal 305 71 167 0 107 50 27 515 67 62
Binary 11000101 111001 1110111 0 1000111 101000 10111 101001101 110111 110010

Color Harmonies of #C53977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53977

Black with #C53977

Text Example


Text Example

White with #C53977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53977; }

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

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

background-color css

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

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

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

border-color css

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

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

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