Html Css Color HEX #C50979 Medium Violet Red

📋 copy color: '#C50979'

red 197 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #C50979

Tints of Medium Violet Red #C50979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37%

R = 60.24%
G = 2.75%
B = 37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C50979 (or 0xC50979) is known color: Medium Violet Red. HEX triplet: C5, 09 and 79. RGB value is (197,9,121). Sum of RGB (Red+Green+Blue) = 197+9+121=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C50979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50979 is #3AF686. Grayscale: #4D4D4D. Windows color (decimal): -3864199 or 7932357. OLE color: 7932357.

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

Color convert

RGB 197 9 121 -
CMYK 0 0.95 0.39 0.23
HSL 324.26º 0.91% 0.4% -
HSV(B) 324.26º 0.95% 0.77% -
XYZ 26.57 13.45 19.28 -
YUV 77.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 197 9 121 0 0.95 0.39 0.23 324.26 0.91 0.4
Hex C5 9 79 0 5F 27 17 144 5B 28
Octal 305 11 171 0 137 47 27 504 133 50
Binary 11000101 1001 1111001 0 1011111 100111 10111 101000100 1011011 101000

Color Harmonies of #C50979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50979

Black with #C50979

Text Example


Text Example

White with #C50979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50979; }

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

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

background-color css

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

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

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

border-color css

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

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

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