Html Css Color HEX #C50479 Medium Violet Red

📋 copy color: '#C50479'

red 197 ◦ green 4 ◦ blue 121

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

Shades of Medium Violet Red #C50479

Tints of Medium Violet Red #C50479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 61.18%
G = 1.24%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C50479 (or 0xC50479) is known color: Medium Violet Red. HEX triplet: C5, 04 and 79. RGB value is (197,4,121). Sum of RGB (Red+Green+Blue) = 197+4+121=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C50479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50479 is #3AFB86. Grayscale: #4A4A4A. Windows color (decimal): -3865479 or 7931077. OLE color: 7931077.

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

Color convert

RGB 197 4 121 -
CMYK 0 0.98 0.39 0.23
HSL 323.63º 0.96% 0.39% -
HSV(B) 323.63º 0.98% 0.77% -
XYZ 26.52 13.34 19.27 -
YUV 75.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 197 4 121 0 0.98 0.39 0.23 323.63 0.96 0.39
Hex C5 4 79 0 62 27 17 144 60 27
Octal 305 4 171 0 142 47 27 504 140 47
Binary 11000101 100 1111001 0 1100010 100111 10111 101000100 1100000 100111

Color Harmonies of #C50479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50479

Black with #C50479

Text Example


Text Example

White with #C50479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50479; }

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

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

background-color css

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

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

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

border-color css

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

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

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