#CC41B6

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

Shades of Fuchsia #CC41B6

Tints of Fuchsia #CC41B6

Color information

#CC41B6 (or 0xCC41B6) is unknown color: approx Fuchsia. HEX triplet: CC, 41 and B6. RGB value is (204,65,182). Sum of RGB (Red+Green+Blue) = 204+65+182=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41B6 is #33BE49. Grayscale: #777777. Windows color (decimal): -3391050 or 11944396. OLE color: 11944396.

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

Color convert

RGB20465182-
CMYK00.680.110.2
HSL309.5º57.68%52.75%-
HSV(B)309.5º68.14%80%-
XYZ35.242046.26-
YUV119.9163.05187.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 65 (25.78% from 255) = 14.41%
BLUE value IS 182 (71.48% from 255) = 40.35%
R=45.23%
G=14.41%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046518200.680.110.2309.557.6852.75
HexCC41B6044B141353a35
Octal314101266010413244657265
Binary1100110010000011011011001000100101110100100110101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC41B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC41B6; }

 p { color: rgb(204,65,182); }

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

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

 a { background-color: rgb(204,65,182); }

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

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

 span { border-color: rgb(204,65,182); }

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