#CC54BC

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

Shades of Fuchsia #CC54BC

Tints of Fuchsia #CC54BC

Color information

#CC54BC (or 0xCC54BC) is unknown color: approx Fuchsia. HEX triplet: CC, 54 and BC. RGB value is (204,84,188). Sum of RGB (Red+Green+Blue) = 204+84+188=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54BC is #33AB43. Grayscale: #838383. Windows color (decimal): -3386180 or 12342476. OLE color: 12342476.

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

Color convert

RGB20484188-
CMYK00.590.080.2
HSL308º54.05%56.47%-
HSV(B)308º58.82%80%-
XYZ37.1522.8150.02-
YUV131.74159.76179.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 84 (33.20% from 255) = 17.65%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=42.86%
G=17.65%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048418800.590.080.230854.0556.47
HexCC54BC03B8141343638
Octal31412427407310244646670
Binary110011001010100101111000111011100010100100110100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC54BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC54BC; }

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

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

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

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

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

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

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

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