#cc32b7

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

Shades of Fuchsia #CC32B7

Tints of Fuchsia #CC32B7

Color information

#CC32B7 (or 0xCC32B7) is unknown color: approx Fuchsia. HEX triplet: CC, 32 and B7. RGB value is (204,50,183). Sum of RGB (Red+Green+Blue) = 204+50+183=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32B7 is #33CD48. Grayscale: #6E6E6E. Windows color (decimal): -3394889 or 12006092. OLE color: 12006092.

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

Color convert

RGB20450183-
CMYK00.750.100.2
HSL308.18º60.63%49.8%-
HSV(B)308.18º75.49%80%-
XYZ34.5918.5446.55-
YUV111.21168.52194.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 50 (19.92% from 255) = 11.44%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=46.68%
G=11.44%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045018300.750.100.2308.1860.6349.8
HexCC32B704BA141343d32
Octal31462267011312244647562
Binary110011001100101011011101001011101010100100110100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc32b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc32b7; }

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

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

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

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

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

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

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

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