#CC41BB

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

Shades of Fuchsia #CC41BB

Tints of Fuchsia #CC41BB

Color information

#CC41BB (or 0xCC41BB) is unknown color: approx Fuchsia. HEX triplet: CC, 41 and BB. RGB value is (204,65,187). Sum of RGB (Red+Green+Blue) = 204+65+187=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41BB is #33BE44. Grayscale: #787878. Windows color (decimal): -3391045 or 12272076. OLE color: 12272076.

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

Color convert

RGB20465187-
CMYK00.680.080.2
HSL307.34º57.68%52.75%-
HSV(B)307.34º68.14%80%-
XYZ35.7620.2149.03-
YUV120.47165.55187.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 65 (25.78% from 255) = 14.25%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=44.74%
G=14.25%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046518700.680.080.2307.3457.6852.75
HexCC41BB0448141333a35
Octal314101273010410244637265
Binary1100110010000011011101101000100100010100100110011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC41BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC41BB; }

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

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

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

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

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

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

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

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