#CC2AAC

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

Shades of Medium Red Violet #CC2AAC

Tints of Medium Red Violet #CC2AAC

Color information

#CC2AAC (or 0xCC2AAC) is unknown color: approx Medium Red Violet. HEX triplet: CC, 2A and AC. RGB value is (204,42,172). Sum of RGB (Red+Green+Blue) = 204+42+172=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2AAC is #33D553. Grayscale: #686868. Windows color (decimal): -3396948 or 11283148. OLE color: 11283148.

HSL color Cylindrical-coordinate representation of color #CC2AAC: hue angle of 311.85º 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 #CC2AAC is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB20442172-
CMYK00.790.160.2
HSL311.85º65.85%48.24%-
HSV(B)311.85º79.41%80%-
XYZ33.1817.4740.65-
YUV105.26165.67198.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 42 (16.80% from 255) = 10.05%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=48.80%
G=10.05%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044217200.790.160.2311.8565.8548.24
HexCC2AAC04F10141384230
Octal314522540117202447010260
Binary11001100101010101011000100111110000101001001110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2AAC; }

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

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

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

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

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

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

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

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