Html Css Color HEX #C22170 Medium Violet Red

📋 copy color: '#C22170'

red 194 ◦ green 33 ◦ blue 112

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

Shades of Medium Violet Red #C22170

Tints of Medium Violet Red #C22170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.73%

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 57.23%
G = 9.73%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C22170 (or 0xC22170) is known color: Medium Violet Red. HEX triplet: C2, 21 and 70. RGB value is (194,33,112). Sum of RGB (Red+Green+Blue) = 194+33+112=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C22170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22170 is #3DDE8F. Grayscale: #595959. Windows color (decimal): -4054672 or 7348674. OLE color: 7348674.

HSL color Cylindrical-coordinate representation of color #C22170: hue angle of 330.56º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22170 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 112 -
CMYK 0 0.83 0.42 0.24
HSL 330.56º 0.71% 0.45% -
HSV(B) 330.56º 0.83% 0.76% -
XYZ 25.72 13.73 16.62 -
YUV 90.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 194 33 112 0 0.83 0.42 0.24 330.56 0.71 0.45
Hex C2 21 70 0 53 2A 18 14B 47 2D
Octal 302 41 160 0 123 52 30 513 107 55
Binary 11000010 100001 1110000 0 1010011 101010 11000 101001011 1000111 101101

Color Harmonies of #C22170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22170

Black with #C22170

Text Example


Text Example

White with #C22170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22170; }

 p { color: rgb(194,33,112); }

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

background-color css

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

 a { background-color: rgb(194,33,112); }

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

border-color css

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

 span { border-color: rgb(194,33,112); }

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