#CC40AB

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

Shades of Fuchsia #CC40AB

Tints of Fuchsia #CC40AB

Color information

#CC40AB (or 0xCC40AB) is unknown color: approx Fuchsia. HEX triplet: CC, 40 and AB. RGB value is (204,64,171). Sum of RGB (Red+Green+Blue) = 204+64+171=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC40AB is #33BF54. Grayscale: #757575. Windows color (decimal): -3391317 or 11223244. OLE color: 11223244.

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

Color convert

RGB20464171-
CMYK00.690.160.2
HSL314.14º57.85%52.55%-
HSV(B)314.14º68.63%80%-
XYZ34.0919.4440.48-
YUV118.06157.88189.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 64 (25.39% from 255) = 14.58%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=46.47%
G=14.58%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046417100.690.160.2314.1457.8552.55
HexCC40AB045101413a3a35
Octal314100253010520244727265
Binary11001100100000010101011010001011000010100100111010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC40AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC40AB; }

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

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

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

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

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

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

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

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