#CC32C7

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

Shades of Fuchsia #CC32C7

Tints of Fuchsia #CC32C7

Color information

#CC32C7 (or 0xCC32C7) is unknown color: approx Fuchsia. HEX triplet: CC, 32 and C7. RGB value is (204,50,199). Sum of RGB (Red+Green+Blue) = 204+50+199=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32C7 is #33CD38. Grayscale: #707070. Windows color (decimal): -3394873 or 13054668. OLE color: 13054668.

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

Color convert

RGB20450199-
CMYK00.750.020.2
HSL301.95º60.63%49.8%-
HSV(B)301.95º75.49%80%-
XYZ36.3519.2455.83-
YUV113.03176.52192.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 50 (19.92% from 255) = 11.04%
BLUE value IS 199 (78.12% from 255) = 43.93%
R=45.03%
G=11.04%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045019900.750.020.2301.9560.6349.8
HexCC32C704B21412e3d32
Octal3146230701132244567562
Binary1100110011001011000111010010111010100100101110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC32C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC32C7; }

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

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

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

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

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

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

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

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