Html Css Color HEX #C22076 Medium Violet Red

📋 copy color: '#C22076'

red 194 ◦ green 32 ◦ blue 118

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

Shades of Medium Violet Red #C22076

Tints of Medium Violet Red #C22076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 56.4%
G = 9.3%
B = 34.3%

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

#C22076 (or 0xC22076) is known color: Medium Violet Red. HEX triplet: C2, 20 and 76. RGB value is (194,32,118). Sum of RGB (Red+Green+Blue) = 194+32+118=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C22076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22076 is #3DDF89. Grayscale: #5A5A5A. Windows color (decimal): -4054922 or 7741634. OLE color: 7741634.

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

Color convert

RGB 194 32 118 -
CMYK 0 0.84 0.39 0.24
HSL 328.15º 0.72% 0.44% -
HSV(B) 328.15º 0.84% 0.76% -
XYZ 26.03 13.81 18.43 -
YUV 90.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 194 32 118 0 0.84 0.39 0.24 328.15 0.72 0.44
Hex C2 20 76 0 54 27 18 148 48 2C
Octal 302 40 166 0 124 47 30 510 110 54
Binary 11000010 100000 1110110 0 1010100 100111 11000 101001000 1001000 101100

Color Harmonies of #C22076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22076

Black with #C22076

Text Example


Text Example

White with #C22076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22076; }

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

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

background-color css

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

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

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

border-color css

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

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

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