Html Css Color HEX #C20979 Medium Violet Red

📋 copy color: '#C20979'

red 194 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #C20979

Tints of Medium Violet Red #C20979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 59.88%
G = 2.78%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C20979 (or 0xC20979) is known color: Medium Violet Red. HEX triplet: C2, 09 and 79. RGB value is (194,9,121). Sum of RGB (Red+Green+Blue) = 194+9+121=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C20979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20979 is #3DF686. Grayscale: #4C4C4C. Windows color (decimal): -4060807 or 7932354. OLE color: 7932354.

HSL color Cylindrical-coordinate representation of color #C20979: hue angle of 323.68º 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 #C20979 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 121 -
CMYK 0 0.95 0.38 0.24
HSL 323.68º 0.91% 0.4% -
HSV(B) 323.68º 0.95% 0.76% -
XYZ 25.8 13.05 19.25 -
YUV 77.08 152.79 211.39 -
System Red Green Blue C M Y K H S L
Decimal 194 9 121 0 0.95 0.38 0.24 323.68 0.91 0.4
Hex C2 9 79 0 5F 26 18 144 5B 28
Octal 302 11 171 0 137 46 30 504 133 50
Binary 11000010 1001 1111001 0 1011111 100110 11000 101000100 1011011 101000

Color Harmonies of #C20979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20979

Black with #C20979

Text Example


Text Example

White with #C20979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20979; }

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

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

background-color css

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

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

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

border-color css

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

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

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