#CC52B0

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

Shades of Fuchsia #CC52B0

Tints of Fuchsia #CC52B0

Color information

#CC52B0 (or 0xCC52B0) is unknown color: approx Fuchsia. HEX triplet: CC, 52 and B0. RGB value is (204,82,176). Sum of RGB (Red+Green+Blue) = 204+82+176=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC52B0 is #33AD4F. Grayscale: #808080. Windows color (decimal): -3386704 or 11555532. OLE color: 11555532.

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

Color convert

RGB20482176-
CMYK00.600.140.2
HSL313.77º54.46%56.08%-
HSV(B)313.77º59.8%80%-
XYZ35.7622.0143.44-
YUV129.19154.42181.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 176 (69.14% from 255) = 38.10%
R=44.16%
G=17.75%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048217600.600.140.2313.7754.4656.08
HexCC52B003CE1413a3638
Octal31412226007416244726670
Binary110011001010010101100000111100111010100100111010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC52B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC52B0; }

 p { color: rgb(204,82,176); }

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

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

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

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

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

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

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