#CC22AA

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

Shades of Medium Violet Red #CC22AA

Tints of Medium Violet Red #CC22AA

Color information

#CC22AA (or 0xCC22AA) is unknown color: approx Medium Violet Red. HEX triplet: CC, 22 and AA. RGB value is (204,34,170). Sum of RGB (Red+Green+Blue) = 204+34+170=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC22AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC22AA is #33DD55. Grayscale: #636363. Windows color (decimal): -3398998 or 11150028. OLE color: 11150028.

HSL color Cylindrical-coordinate representation of color #CC22AA: hue angle of 312º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC22AA is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB20434170-
CMYK00.830.170.2
HSL312º71.43%46.67%-
HSV(B)312º83.33%80%-
XYZ32.7316.8839.56-
YUV100.33167.32201.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 8.33%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=50%
G=8.33%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043417000.830.170.231271.4346.67
HexCC22AA0531114138472f
Octal314422520123212447010757
Binary11001100100010101010100101001110001101001001110001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC22AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC22AA; }

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

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

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

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

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

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

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

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