Html Css Color HEX #C53980 Medium Red Violet

📋 copy color: '#C53980'

red 197 ◦ green 57 ◦ blue 128

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

Shades of Medium Red Violet #C53980

Tints of Medium Red Violet #C53980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.92%

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

R = 51.57%
G = 14.92%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C53980 (or 0xC53980) is known color: Medium Red Violet. HEX triplet: C5, 39 and 80. RGB value is (197,57,128). Sum of RGB (Red+Green+Blue) = 197+57+128=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C53980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53980 is #3AC67F. Grayscale: #6A6A6A. Windows color (decimal): -3851904 or 8403397. OLE color: 8403397.

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

Color convert

RGB 197 57 128 -
CMYK 0 0.71 0.35 0.23
HSL 329.57º 0.55% 0.5% -
HSV(B) 329.57º 0.71% 0.77% -
XYZ 28.39 16.36 22.08 -
YUV 106.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 197 57 128 0 0.71 0.35 0.23 329.57 0.55 0.5
Hex C5 39 80 0 47 23 17 14A 37 32
Octal 305 71 200 0 107 43 27 512 67 62
Binary 11000101 111001 10000000 0 1000111 100011 10111 101001010 110111 110010

Color Harmonies of #C53980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53980

Black with #C53980

Text Example


Text Example

White with #C53980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53980; }

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

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

background-color css

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

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

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

border-color css

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

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

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