#CC32AD

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

Shades of Fuchsia #CC32AD

Tints of Fuchsia #CC32AD

Color information

#CC32AD (or 0xCC32AD) is unknown color: approx Fuchsia. HEX triplet: CC, 32 and AD. RGB value is (204,50,173). Sum of RGB (Red+Green+Blue) = 204+50+173=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32AD is #33CD52. Grayscale: #6D6D6D. Windows color (decimal): -3394899 or 11350732. OLE color: 11350732.

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

Color convert

RGB20450173-
CMYK00.750.150.2
HSL312.08º60.63%49.8%-
HSV(B)312.08º75.49%80%-
XYZ33.5918.1441.27-
YUV110.07163.52195-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 50 (19.92% from 255) = 11.71%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=47.78%
G=11.71%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045017300.750.150.2312.0860.6349.8
HexCC32AD04BF141383d32
Octal31462255011317244707562
Binary110011001100101010110101001011111110100100111000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC32AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC32AD; }

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

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

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

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

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

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

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

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