#CC45B3

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

Shades of Fuchsia #CC45B3

Tints of Fuchsia #CC45B3

Color information

#CC45B3 (or 0xCC45B3) is unknown color: approx Fuchsia. HEX triplet: CC, 45 and B3. RGB value is (204,69,179). Sum of RGB (Red+Green+Blue) = 204+69+179=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45B3 is #33BA4C. Grayscale: #797979. Windows color (decimal): -3390029 or 11748812. OLE color: 11748812.

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

Color convert

RGB20469179-
CMYK00.660.120.2
HSL311.11º56.96%53.53%-
HSV(B)311.11º66.18%80%-
XYZ35.1720.3544.72-
YUV121.9160.23186.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 69 (27.34% from 255) = 15.27%
BLUE value IS 179 (70.31% from 255) = 39.60%
R=45.13%
G=15.27%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046917900.660.120.2311.1156.9653.53
HexCC45B3042C141373936
Octal314105263010214244677166
Binary1100110010001011011001101000010110010100100110111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45B3; }

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

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

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

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

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

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

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

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