#CC2AAA

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

Shades of Medium Red Violet #CC2AAA

Tints of Medium Red Violet #CC2AAA

Color information

#CC2AAA (or 0xCC2AAA) is unknown color: approx Medium Red Violet. HEX triplet: CC, 2A and AA. RGB value is (204,42,170). Sum of RGB (Red+Green+Blue) = 204+42+170=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2AAA is #33D555. Grayscale: #686868. Windows color (decimal): -3396950 or 11152076. OLE color: 11152076.

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

Color convert

RGB20442170-
CMYK00.790.170.2
HSL312.59º65.85%48.24%-
HSV(B)312.59º79.41%80%-
XYZ32.9917.439.65-
YUV105.03164.67198.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 42 (16.80% from 255) = 10.10%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=49.04%
G=10.10%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044217000.790.170.2312.5965.8548.24
HexCC2AAA04F11141394230
Octal314522520117212447110260
Binary11001100101010101010100100111110001101001001110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2AAA; }

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

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

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

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

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

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

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

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