Html Css Color HEX #C20680 Medium Violet Red

📋 copy color: '#C20680'

red 194 ◦ green 6 ◦ blue 128

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

Shades of Medium Violet Red #C20680

Tints of Medium Violet Red #C20680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

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

R = 59.15%
G = 1.83%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C20680 (or 0xC20680) is known color: Medium Violet Red. HEX triplet: C2, 06 and 80. RGB value is (194,6,128). Sum of RGB (Red+Green+Blue) = 194+6+128=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C20680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20680 is #3DF97F. Grayscale: #4B4B4B. Windows color (decimal): -4061568 or 8390338. OLE color: 8390338.

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

Color convert

RGB 194 6 128 -
CMYK 0 0.97 0.34 0.24
HSL 321.06º 0.94% 0.39% -
HSV(B) 321.06º 0.97% 0.76% -
XYZ 26.21 13.16 21.58 -
YUV 76.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 194 6 128 0 0.97 0.34 0.24 321.06 0.94 0.39
Hex C2 6 80 0 61 22 18 141 5E 27
Octal 302 6 200 0 141 42 30 501 136 47
Binary 11000010 110 10000000 0 1100001 100010 11000 101000001 1011110 100111

Color Harmonies of #C20680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20680

Black with #C20680

Text Example


Text Example

White with #C20680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20680; }

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

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

background-color css

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

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

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

border-color css

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

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

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