#CC54CC

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

Shades of Fuchsia #CC54CC

Tints of Fuchsia #CC54CC

Color information

#CC54CC (or 0xCC54CC) is unknown color: approx Fuchsia. HEX triplet: CC, 54 and CC. RGB value is (204,84,204). Sum of RGB (Red+Green+Blue) = 204+84+204=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC54CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54CC is #33AB33. Grayscale: #858585. Windows color (decimal): -3386164 or 13391052. OLE color: 13391052.

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

Color convert

RGB20484204-
CMYK00.5900.2
HSL300º54.05%56.47%-
HSV(B)300º58.82%80%-
XYZ38.9723.5459.62-
YUV133.56167.76178.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 84 (33.20% from 255) = 17.07%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=41.46%
G=17.07%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048420400.5900.230054.0556.47
HexCC54CC03B01412c3638
Octal3141243140730244546670
Binary110011001010100110011000111011010100100101100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC54CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC54CC; }

 p { color: rgb(204,84,204); }

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

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

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

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

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

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

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