#CC33AA

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

Shades of Medium Red Violet #CC33AA

Tints of Medium Red Violet #CC33AA

Color information

#CC33AA (or 0xCC33AA) is unknown color: approx Medium Red Violet. HEX triplet: CC, 33 and AA. RGB value is (204,51,170). Sum of RGB (Red+Green+Blue) = 204+51+170=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33AA is #33CC55. Grayscale: #6D6D6D. Windows color (decimal): -3394646 or 11154380. OLE color: 11154380.

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

Color convert

RGB20451170-
CMYK00.750.170.2
HSL313.33º60%50%-
HSV(B)313.33º75%80%-
XYZ33.3418.1139.77-
YUV110.31161.69194.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 51 (20.31% from 255) = 12%
BLUE value IS 170 (66.80% from 255) = 40%
R=48%
G=12%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045117000.750.170.2313.336050
HexCC33AA04B11141393c32
Octal31463252011321244717462
Binary1100110011001110101010010010111000110100100111001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33AA; }

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

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

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

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

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

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

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

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