Html Css Color HEX #C22095 Medium Violet Red

📋 copy color: '#C22095'

red 194 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #C22095

Tints of Medium Violet Red #C22095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 51.73%
G = 8.53%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C22095 (or 0xC22095) is known color: Medium Violet Red. HEX triplet: C2, 20 and 95. RGB value is (194,32,149). Sum of RGB (Red+Green+Blue) = 194+32+149=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C22095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22095 is #3DDF6A. Grayscale: #5D5D5D. Windows color (decimal): -4054891 or 9773250. OLE color: 9773250.

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

Color convert

RGB 194 32 149 -
CMYK 0 0.84 0.23 0.24
HSL 316.67º 0.72% 0.44% -
HSV(B) 316.67º 0.84% 0.76% -
XYZ 28.19 14.67 29.78 -
YUV 93.78 159.17 199.49 -
System Red Green Blue C M Y K H S L
Decimal 194 32 149 0 0.84 0.23 0.24 316.67 0.72 0.44
Hex C2 20 95 0 54 17 18 13D 48 2C
Octal 302 40 225 0 124 27 30 475 110 54
Binary 11000010 100000 10010101 0 1010100 10111 11000 100111101 1001000 101100

Color Harmonies of #C22095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22095

Black with #C22095

Text Example


Text Example

White with #C22095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22095; }

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

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

background-color css

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

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

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

border-color css

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

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

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