Html Css Color HEX #C50179 Medium Violet Red

📋 copy color: '#C50179'

red 197 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #C50179

Tints of Medium Violet Red #C50179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 61.76%
G = 0.31%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C50179 (or 0xC50179) is known color: Medium Violet Red. HEX triplet: C5, 01 and 79. RGB value is (197,1,121). Sum of RGB (Red+Green+Blue) = 197+1+121=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C50179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50179 is #3AFE86. Grayscale: #494949. Windows color (decimal): -3866247 or 7930309. OLE color: 7930309.

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

Color convert

RGB 197 1 121 -
CMYK 0 0.99 0.39 0.23
HSL 323.27º 0.99% 0.39% -
HSV(B) 323.27º 0.99% 0.77% -
XYZ 26.49 13.27 19.25 -
YUV 73.28 154.93 216.24 -
System Red Green Blue C M Y K H S L
Decimal 197 1 121 0 0.99 0.39 0.23 323.27 0.99 0.39
Hex C5 1 79 0 63 27 17 143 63 27
Octal 305 1 171 0 143 47 27 503 143 47
Binary 11000101 1 1111001 0 1100011 100111 10111 101000011 1100011 100111

Color Harmonies of #C50179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50179

Black with #C50179

Text Example


Text Example

White with #C50179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50179; }

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

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

background-color css

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

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

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

border-color css

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

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

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