Html Css Color HEX #C50977 Medium Violet Red

📋 copy color: '#C50977'

red 197 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #C50977

Tints of Medium Violet Red #C50977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

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

R = 60.62%
G = 2.77%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C50977 (or 0xC50977) is known color: Medium Violet Red. HEX triplet: C5, 09 and 77. RGB value is (197,9,119). Sum of RGB (Red+Green+Blue) = 197+9+119=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C50977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50977 is #3AF688. Grayscale: #4D4D4D. Windows color (decimal): -3864201 or 7801285. OLE color: 7801285.

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

Color convert

RGB 197 9 119 -
CMYK 0 0.95 0.40 0.23
HSL 324.89º 0.91% 0.4% -
HSV(B) 324.89º 0.95% 0.77% -
XYZ 26.45 13.4 18.64 -
YUV 77.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 197 9 119 0 0.95 0.40 0.23 324.89 0.91 0.4
Hex C5 9 77 0 5F 28 17 145 5B 28
Octal 305 11 167 0 137 50 27 505 133 50
Binary 11000101 1001 1110111 0 1011111 101000 10111 101000101 1011011 101000

Color Harmonies of #C50977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50977

Black with #C50977

Text Example


Text Example

White with #C50977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50977; }

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

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

background-color css

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

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

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

border-color css

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

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

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