#CC4AAE

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

Shades of Fuchsia #CC4AAE

Tints of Fuchsia #CC4AAE

Color information

#CC4AAE (or 0xCC4AAE) is unknown color: approx Fuchsia. HEX triplet: CC, 4A and AE. RGB value is (204,74,174). Sum of RGB (Red+Green+Blue) = 204+74+174=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4AAE is #33B551. Grayscale: #7B7B7B. Windows color (decimal): -3388754 or 11422412. OLE color: 11422412.

HSL color Cylindrical-coordinate representation of color #CC4AAE: hue angle of 313.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4AAE is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB20474174-
CMYK00.640.150.2
HSL313.85º56.03%54.51%-
HSV(B)313.85º63.73%80%-
XYZ34.9920.7942.21-
YUV124.27156.07184.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 74 (29.30% from 255) = 16.37%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=45.13%
G=16.37%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047417400.640.150.2313.8556.0354.51
HexCC4AAE040F1413a3837
Octal314112256010017244727067
Binary1100110010010101010111001000000111110100100111010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4AAE; }

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

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

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

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

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

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

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

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