Html Css Color HEX #C51980 Medium Violet Red

📋 copy color: '#C51980'

red 197 ◦ green 25 ◦ blue 128

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

Shades of Medium Violet Red #C51980

Tints of Medium Violet Red #C51980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 56.29%
G = 7.14%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C51980 (or 0xC51980) is known color: Medium Violet Red. HEX triplet: C5, 19 and 80. RGB value is (197,25,128). Sum of RGB (Red+Green+Blue) = 197+25+128=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C51980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51980 is #3AE67F. Grayscale: #575757. Windows color (decimal): -3860096 or 8395205. OLE color: 8395205.

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

Color convert

RGB 197 25 128 -
CMYK 0 0.87 0.35 0.23
HSL 324.07º 0.77% 0.44% -
HSV(B) 324.07º 0.87% 0.77% -
XYZ 27.27 14.12 21.71 -
YUV 88.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 197 25 128 0 0.87 0.35 0.23 324.07 0.77 0.44
Hex C5 19 80 0 57 23 17 144 4D 2C
Octal 305 31 200 0 127 43 27 504 115 54
Binary 11000101 11001 10000000 0 1010111 100011 10111 101000100 1001101 101100

Color Harmonies of #C51980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51980

Black with #C51980

Text Example


Text Example

White with #C51980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51980; }

 p { color: rgb(197,25,128); }

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

background-color css

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

 a { background-color: rgb(197,25,128); }

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

border-color css

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

 span { border-color: rgb(197,25,128); }

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