Html Css Color HEX #C22071 Medium Violet Red

📋 copy color: '#C22071'

red 194 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #C22071

Tints of Medium Violet Red #C22071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 57.23%
G = 9.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C22071 (or 0xC22071) is known color: Medium Violet Red. HEX triplet: C2, 20 and 71. RGB value is (194,32,113). Sum of RGB (Red+Green+Blue) = 194+32+113=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C22071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22071 is #3DDF8E. Grayscale: #595959. Windows color (decimal): -4054927 or 7413954. OLE color: 7413954.

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

Color convert

RGB 194 32 113 -
CMYK 0 0.84 0.42 0.24
HSL 330º 0.72% 0.44% -
HSV(B) 330º 0.84% 0.76% -
XYZ 25.75 13.69 16.91 -
YUV 89.67 141.17 202.41 -
System Red Green Blue C M Y K H S L
Decimal 194 32 113 0 0.84 0.42 0.24 330 0.72 0.44
Hex C2 20 71 0 54 2A 18 14A 48 2C
Octal 302 40 161 0 124 52 30 512 110 54
Binary 11000010 100000 1110001 0 1010100 101010 11000 101001010 1001000 101100

Color Harmonies of #C22071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22071

Black with #C22071

Text Example


Text Example

White with #C22071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22071; }

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

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

background-color css

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

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

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

border-color css

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

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

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