Html Css Color HEX #C20780 Medium Violet Red

📋 copy color: '#C20780'

red 194 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #C20780

Tints of Medium Violet Red #C20780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

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

R = 58.97%
G = 2.13%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C20780 (or 0xC20780) is known color: Medium Violet Red. HEX triplet: C2, 07 and 80. RGB value is (194,7,128). Sum of RGB (Red+Green+Blue) = 194+7+128=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C20780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20780 is #3DF87F. Grayscale: #4C4C4C. Windows color (decimal): -4061312 or 8390594. OLE color: 8390594.

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

Color convert

RGB 194 7 128 -
CMYK 0 0.96 0.34 0.24
HSL 321.18º 0.93% 0.39% -
HSV(B) 321.18º 0.96% 0.76% -
XYZ 26.22 13.18 21.58 -
YUV 76.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 194 7 128 0 0.96 0.34 0.24 321.18 0.93 0.39
Hex C2 7 80 0 60 22 18 141 5D 27
Octal 302 7 200 0 140 42 30 501 135 47
Binary 11000010 111 10000000 0 1100000 100010 11000 101000001 1011101 100111

Color Harmonies of #C20780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20780

Black with #C20780

Text Example


Text Example

White with #C20780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20780; }

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

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

background-color css

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

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

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

border-color css

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

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

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