#CC39AB

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

Shades of Fuchsia #CC39AB

Tints of Fuchsia #CC39AB

Color information

#CC39AB (or 0xCC39AB) is unknown color: approx Fuchsia. HEX triplet: CC, 39 and AB. RGB value is (204,57,171). Sum of RGB (Red+Green+Blue) = 204+57+171=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC39AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC39AB is #33C654. Grayscale: #717171. Windows color (decimal): -3393109 or 11221452. OLE color: 11221452.

HSL color Cylindrical-coordinate representation of color #CC39AB: hue angle of 313.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC39AB is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB20457171-
CMYK00.720.160.2
HSL313.47º59.04%51.18%-
HSV(B)313.47º72.06%80%-
XYZ33.7218.740.36-
YUV113.95160.2192.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 57 (22.66% from 255) = 13.19%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=47.22%
G=13.19%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045717100.720.160.2313.4759.0451.18
HexCC39AB04810141393b33
Octal31471253011020244717363
Binary1100110011100110101011010010001000010100100111001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC39AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC39AB; }

 p { color: rgb(204,57,171); }

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

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

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

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

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

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

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