Html Css Color HEX #C22077 Medium Violet Red

📋 copy color: '#C22077'

red 194 ◦ green 32 ◦ blue 119

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

Shades of Medium Violet Red #C22077

Tints of Medium Violet Red #C22077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.49%

R = 56.23%
G = 9.28%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C22077 (or 0xC22077) is known color: Medium Violet Red. HEX triplet: C2, 20 and 77. RGB value is (194,32,119). Sum of RGB (Red+Green+Blue) = 194+32+119=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C22077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22077 is #3DDF88. Grayscale: #5A5A5A. Windows color (decimal): -4054921 or 7807170. OLE color: 7807170.

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

Color convert

RGB 194 32 119 -
CMYK 0 0.84 0.39 0.24
HSL 327.78º 0.72% 0.44% -
HSV(B) 327.78º 0.84% 0.76% -
XYZ 26.09 13.83 18.75 -
YUV 90.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 194 32 119 0 0.84 0.39 0.24 327.78 0.72 0.44
Hex C2 20 77 0 54 27 18 148 48 2C
Octal 302 40 167 0 124 47 30 510 110 54
Binary 11000010 100000 1110111 0 1010100 100111 11000 101001000 1001000 101100

Color Harmonies of #C22077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22077

Black with #C22077

Text Example


Text Example

White with #C22077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22077; }

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

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

background-color css

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

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

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

border-color css

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

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

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