#C2229D

Color #C2229D Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C2229D

Tints of Medium Violet Red #C2229D

Color information

#C2229D (or 0xC2229D) is unknown color: approx Medium Violet Red. HEX triplet: C2, 22 and 9D. RGB value is (194,34,157). Sum of RGB (Red+Green+Blue) = 194+34+157=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2229D is #3DDD62. Grayscale: #5F5F5F. Windows color (decimal): -4054371 or 10298050. OLE color: 10298050.

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

Color convert

RGB19434157-
CMYK00.820.190.24
HSL313.88º70.18%44.71%-
HSV(B)313.88º82.47%76.08%-
XYZ28.9115.0533.28-
YUV95.86162.51198-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.39%
GREEN value IS 34 (13.67% from 255) = 8.83%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=50.39%
G=8.83%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943415700.820.190.24313.8870.1844.71
HexC2229D052131813a462d
Octal302422350122233047210655
Binary11000010100010100111010101001010011110001001110101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2229D; }

 p { color: rgb(194,34,157); }

 H1.HeaderClassName
 {
   color: #C2229D;
 }
 .AnyTagClassName
 {
   color: #C2229D;
 }
</style>
background-color css

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

 a { background-color: rgb(194,34,157); }

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

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

 span { border-color: rgb(194,34,157); }

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