#CC45AB

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

Shades of Fuchsia #CC45AB

Tints of Fuchsia #CC45AB

Color information

#CC45AB (or 0xCC45AB) is unknown color: approx Fuchsia. HEX triplet: CC, 45 and AB. RGB value is (204,69,171). Sum of RGB (Red+Green+Blue) = 204+69+171=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC45AB is #33BA54. Grayscale: #787878. Windows color (decimal): -3390037 or 11224524. OLE color: 11224524.

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

Color convert

RGB20469171-
CMYK00.660.160.2
HSL314.67º56.96%53.53%-
HSV(B)314.67º66.18%80%-
XYZ34.3820.0340.58-
YUV120.99156.23187.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=45.95%
G=15.54%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046917100.660.160.2314.6756.9653.53
HexCC45AB042101413b3936
Octal314105253010220244737166
Binary11001100100010110101011010000101000010100100111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45AB; }

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

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

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

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

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

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

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

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