Html Css Color HEX #C20980 Medium Violet Red

📋 copy color: '#C20980'

red 194 ◦ green 9 ◦ blue 128

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

Shades of Medium Violet Red #C20980

Tints of Medium Violet Red #C20980

RGB

 RED value IS 194 (76.17% from 255) = 58.61%

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

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

R = 58.61%
G = 2.72%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C20980 (or 0xC20980) is known color: Medium Violet Red. HEX triplet: C2, 09 and 80. RGB value is (194,9,128). Sum of RGB (Red+Green+Blue) = 194+9+128=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C20980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20980 is #3DF67F. Grayscale: #4D4D4D. Windows color (decimal): -4060800 or 8391106. OLE color: 8391106.

HSL color Cylindrical-coordinate representation of color #C20980: hue angle of 321.41º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20980 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 128 -
CMYK 0 0.95 0.34 0.24
HSL 321.41º 0.91% 0.4% -
HSV(B) 321.41º 0.95% 0.76% -
XYZ 26.24 13.22 21.59 -
YUV 77.88 156.29 210.82 -
System Red Green Blue C M Y K H S L
Decimal 194 9 128 0 0.95 0.34 0.24 321.41 0.91 0.4
Hex C2 9 80 0 5F 22 18 141 5B 28
Octal 302 11 200 0 137 42 30 501 133 50
Binary 11000010 1001 10000000 0 1011111 100010 11000 101000001 1011011 101000

Color Harmonies of #C20980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20980

Black with #C20980

Text Example


Text Example

White with #C20980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20980; }

 p { color: rgb(194,9,128); }

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

background-color css

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

 a { background-color: rgb(194,9,128); }

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

border-color css

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

 span { border-color: rgb(194,9,128); }

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