Html Css Color HEX #C22079 Medium Violet Red

📋 copy color: '#C22079'

red 194 ◦ green 32 ◦ blue 121

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

Shades of Medium Violet Red #C22079

Tints of Medium Violet Red #C22079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

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

R = 55.91%
G = 9.22%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C22079 (or 0xC22079) is known color: Medium Violet Red. HEX triplet: C2, 20 and 79. RGB value is (194,32,121). Sum of RGB (Red+Green+Blue) = 194+32+121=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C22079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22079 is #3DDF86. Grayscale: #5A5A5A. Windows color (decimal): -4054919 or 7938242. OLE color: 7938242.

HSL color Cylindrical-coordinate representation of color #C22079: hue angle of 327.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22079 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 121 -
CMYK 0 0.84 0.38 0.24
HSL 327.04º 0.72% 0.44% -
HSV(B) 327.04º 0.84% 0.76% -
XYZ 26.22 13.88 19.39 -
YUV 90.58 145.17 201.76 -
System Red Green Blue C M Y K H S L
Decimal 194 32 121 0 0.84 0.38 0.24 327.04 0.72 0.44
Hex C2 20 79 0 54 26 18 147 48 2C
Octal 302 40 171 0 124 46 30 507 110 54
Binary 11000010 100000 1111001 0 1010100 100110 11000 101000111 1001000 101100

Color Harmonies of #C22079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22079

Black with #C22079

Text Example


Text Example

White with #C22079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22079; }

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

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

background-color css

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

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

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

border-color css

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

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

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