#CC32CC

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

Shades of Fuchsia #CC32CC

Tints of Fuchsia #CC32CC

Color information

#CC32CC (or 0xCC32CC) is unknown color: approx Fuchsia. HEX triplet: CC, 32 and CC. RGB value is (204,50,204). Sum of RGB (Red+Green+Blue) = 204+50+204=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32CC is #33CD33. Grayscale: #717171. Windows color (decimal): -3394868 or 13382348. OLE color: 13382348.

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

Color convert

RGB20450204-
CMYK00.7500.2
HSL300º60.63%49.8%-
HSV(B)300º75.49%80%-
XYZ36.9419.4858.94-
YUV113.6179.02192.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 50 (19.92% from 255) = 10.92%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=44.54%
G=10.92%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045020400.7500.230060.6349.8
HexCC32CC04B01412c3d32
Octal3146231401130244547562
Binary110011001100101100110001001011010100100101100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC32CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC32CC; }

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

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

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

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

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

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

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

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