Html Css Color HEX #C22072 Medium Violet Red

📋 copy color: '#C22072'

red 194 ◦ green 32 ◦ blue 114

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

Shades of Medium Violet Red #C22072

Tints of Medium Violet Red #C22072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 57.06%
G = 9.41%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C22072 (or 0xC22072) is known color: Medium Violet Red. HEX triplet: C2, 20 and 72. RGB value is (194,32,114). Sum of RGB (Red+Green+Blue) = 194+32+114=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C22072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22072 is #3DDF8D. Grayscale: #595959. Windows color (decimal): -4054926 or 7479490. OLE color: 7479490.

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

Color convert

RGB 194 32 114 -
CMYK 0 0.84 0.41 0.24
HSL 329.63º 0.72% 0.44% -
HSV(B) 329.63º 0.84% 0.76% -
XYZ 25.8 13.72 17.21 -
YUV 89.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 194 32 114 0 0.84 0.41 0.24 329.63 0.72 0.44
Hex C2 20 72 0 54 29 18 14A 48 2C
Octal 302 40 162 0 124 51 30 512 110 54
Binary 11000010 100000 1110010 0 1010100 101001 11000 101001010 1001000 101100

Color Harmonies of #C22072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22072

Black with #C22072

Text Example


Text Example

White with #C22072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22072; }

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

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

background-color css

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

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

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

border-color css

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

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

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