#C22BA9

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

Shades of Medium Red Violet #C22BA9

Tints of Medium Red Violet #C22BA9

Color information

#C22BA9 (or 0xC22BA9) is unknown color: approx Medium Red Violet. HEX triplet: C2, 2B and A9. RGB value is (194,43,169). Sum of RGB (Red+Green+Blue) = 194+43+169=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C22BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22BA9 is #3DD456. Grayscale: #666666. Windows color (decimal): -4052055 or 11086786. OLE color: 11086786.

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

Color convert

RGB19443169-
CMYK00.780.130.24
HSL309.93º63.71%46.47%-
HSV(B)309.93º77.84%76.08%-
XYZ30.2716.0639.04-
YUV102.51165.53193.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 43 (17.19% from 255) = 10.59%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=47.78%
G=10.59%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944316900.780.130.24309.9363.7146.47
HexC22BA904ED18136402e
Octal302532510116153046610056
Binary1100001010101110101001010011101101110001001101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22BA9; }

 p { color: rgb(194,43,169); }

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

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

 a { background-color: rgb(194,43,169); }

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

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

 span { border-color: rgb(194,43,169); }

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