Html Css Color HEX #C50377 Medium Violet Red

📋 copy color: '#C50377'

red 197 ◦ green 3 ◦ blue 119

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

Shades of Medium Violet Red #C50377

Tints of Medium Violet Red #C50377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 61.76%
G = 0.94%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C50377 (or 0xC50377) is known color: Medium Violet Red. HEX triplet: C5, 03 and 77. RGB value is (197,3,119). Sum of RGB (Red+Green+Blue) = 197+3+119=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C50377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50377 is #3AFC88. Grayscale: #494949. Windows color (decimal): -3865737 or 7799749. OLE color: 7799749.

HSL color Cylindrical-coordinate representation of color #C50377: hue angle of 324.12º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50377 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 119 -
CMYK 0 0.98 0.40 0.23
HSL 324.12º 0.97% 0.39% -
HSV(B) 324.12º 0.98% 0.77% -
XYZ 26.39 13.27 18.62 -
YUV 74.23 153.27 215.57 -
System Red Green Blue C M Y K H S L
Decimal 197 3 119 0 0.98 0.40 0.23 324.12 0.97 0.39
Hex C5 3 77 0 62 28 17 144 61 27
Octal 305 3 167 0 142 50 27 504 141 47
Binary 11000101 11 1110111 0 1100010 101000 10111 101000100 1100001 100111

Color Harmonies of #C50377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50377

Black with #C50377

Text Example


Text Example

White with #C50377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50377; }

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

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

background-color css

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

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

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

border-color css

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

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

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