#C22A9A

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

Shades of Medium Red Violet #C22A9A

Tints of Medium Red Violet #C22A9A

Color information

#C22A9A (or 0xC22A9A) is unknown color: approx Medium Red Violet. HEX triplet: C2, 2A and 9A. RGB value is (194,42,154). Sum of RGB (Red+Green+Blue) = 194+42+154=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22A9A is #3DD565. Grayscale: #636363. Windows color (decimal): -4052326 or 10103490. OLE color: 10103490.

HSL color Cylindrical-coordinate representation of color #C22A9A: hue angle of 315.79º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A9A is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19442154-
CMYK00.780.210.24
HSL315.79º64.41%46.27%-
HSV(B)315.79º78.35%76.08%-
XYZ28.9115.4632.03-
YUV100.22158.36194.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 42 (16.80% from 255) = 10.77%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=49.74%
G=10.77%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944215400.780.210.24315.7964.4146.27
HexC22A9A04E151813c402e
Octal302522320116253047410056
Binary11000010101010100110100100111010101110001001111001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A9A; }

 p { color: rgb(194,42,154); }

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

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

 a { background-color: rgb(194,42,154); }

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

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

 span { border-color: rgb(194,42,154); }

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