#C22BAA

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

Shades of Medium Red Violet #C22BAA

Tints of Medium Red Violet #C22BAA

Color information

#C22BAA (or 0xC22BAA) is unknown color: approx Medium Red Violet. HEX triplet: C2, 2B and AA. RGB value is (194,43,170). Sum of RGB (Red+Green+Blue) = 194+43+170=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C22BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22BAA is #3DD455. Grayscale: #666666. Windows color (decimal): -4052054 or 11152322. OLE color: 11152322.

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

Color convert

RGB19443170-
CMYK00.780.120.24
HSL309.54º63.71%46.47%-
HSV(B)309.54º77.84%76.08%-
XYZ30.3716.139.54-
YUV102.63166.03193.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 43 (17.19% from 255) = 10.57%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=47.67%
G=10.57%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944317000.780.120.24309.5463.7146.47
HexC22BAA04EC18136402e
Octal302532520116143046610056
Binary1100001010101110101010010011101100110001001101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22BAA; }

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

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

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

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

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

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

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

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