#CC55CC

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

Shades of Fuchsia #CC55CC

Tints of Fuchsia #CC55CC

Color information

#CC55CC (or 0xCC55CC) is unknown color: approx Fuchsia. HEX triplet: CC, 55 and CC. RGB value is (204,85,204). Sum of RGB (Red+Green+Blue) = 204+85+204=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55CC is #33AA33. Grayscale: #858585. Windows color (decimal): -3385908 or 13391308. OLE color: 13391308.

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

Color convert

RGB20485204-
CMYK00.5800.2
HSL300º53.85%56.67%-
HSV(B)300º58.33%80%-
XYZ39.0523.6959.64-
YUV134.15167.42177.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 85 (33.59% from 255) = 17.24%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=41.38%
G=17.24%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048520400.5800.230053.8556.67
HexCC55CC03A01412c3639
Octal3141253140720244546671
Binary110011001010101110011000111010010100100101100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC55CC; }

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

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

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

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

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

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

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

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