#CC32B2

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

Shades of Fuchsia #CC32B2

Tints of Fuchsia #CC32B2

Color information

#CC32B2 (or 0xCC32B2) is unknown color: approx Fuchsia. HEX triplet: CC, 32 and B2. RGB value is (204,50,178). Sum of RGB (Red+Green+Blue) = 204+50+178=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32B2 is #33CD4D. Grayscale: #6E6E6E. Windows color (decimal): -3394894 or 11678412. OLE color: 11678412.

HSL color Cylindrical-coordinate representation of color #CC32B2: hue angle of 310.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC32B2 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB20450178-
CMYK00.750.130.2
HSL310.13º60.63%49.8%-
HSV(B)310.13º75.49%80%-
XYZ34.0818.3343.86-
YUV110.64166.02194.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 50 (19.92% from 255) = 11.57%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=47.22%
G=11.57%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045017800.750.130.2310.1360.6349.8
HexCC32B204BD141363d32
Octal31462262011315244667562
Binary110011001100101011001001001011110110100100110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC32B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC32B2; }

 p { color: rgb(204,50,178); }

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

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

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

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

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

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

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