#C222A2

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

Shades of Medium Violet Red #C222A2

Tints of Medium Violet Red #C222A2

Color information

#C222A2 (or 0xC222A2) is unknown color: approx Medium Violet Red. HEX triplet: C2, 22 and A2. RGB value is (194,34,162). Sum of RGB (Red+Green+Blue) = 194+34+162=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C222A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222A2 is #3DDD5D. Grayscale: #606060. Windows color (decimal): -4054366 or 10625730. OLE color: 10625730.

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

Color convert

RGB19434162-
CMYK00.820.160.24
HSL312º70.18%44.71%-
HSV(B)312º82.47%76.08%-
XYZ29.3415.2235.57-
YUV96.43165.01197.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 34 (13.67% from 255) = 8.72%
BLUE value IS 162 (63.67% from 255) = 41.54%
R=49.74%
G=8.72%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943416200.820.160.2431270.1844.71
HexC222A20521018138462d
Octal302422420122203047010655
Binary11000010100010101000100101001010000110001001110001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C222A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C222A2; }

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

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

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

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

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

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

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

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