#CC33AE

Color #CC33AE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CC33AE

Tints of Fuchsia #CC33AE

Color information

#CC33AE (or 0xCC33AE) is unknown color: approx Fuchsia. HEX triplet: CC, 33 and AE. RGB value is (204,51,174). Sum of RGB (Red+Green+Blue) = 204+51+174=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33AE is #33CC51. Grayscale: #6E6E6E. Windows color (decimal): -3394642 or 11416524. OLE color: 11416524.

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

Color convert

RGB20451174-
CMYK00.750.150.2
HSL311.76º60%50%-
HSV(B)311.76º75%80%-
XYZ33.7318.2641.79-
YUV110.77163.69194.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 51 (20.31% from 255) = 11.89%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=47.55%
G=11.89%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045117400.750.150.2311.766050
HexCC33AE04BF141383c32
Octal31463256011317244707462
Binary110011001100111010111001001011111110100100111000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33AE; }

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

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

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

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

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

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

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

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