#C222AA

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

Shades of Medium Violet Red #C222AA

Tints of Medium Violet Red #C222AA

Color information

#C222AA (or 0xC222AA) is unknown color: approx Medium Violet Red. HEX triplet: C2, 22 and AA. RGB value is (194,34,170). Sum of RGB (Red+Green+Blue) = 194+34+170=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C222AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222AA is #3DDD55. Grayscale: #606060. Windows color (decimal): -4054358 or 11150018. OLE color: 11150018.

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

Color convert

RGB19434170-
CMYK00.820.120.24
HSL309º70.18%44.71%-
HSV(B)309º82.47%76.08%-
XYZ30.0815.5239.44-
YUV97.34169.01196.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 34 (13.67% from 255) = 8.54%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=48.74%
G=8.54%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943417000.820.120.2430970.1844.71
HexC222AA052C18135462d
Octal302422520122143046510655
Binary1100001010001010101010010100101100110001001101011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C222AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C222AA; }

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

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

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

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

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

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

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

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