#CC41B4

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

Shades of Fuchsia #CC41B4

Tints of Fuchsia #CC41B4

Color information

#CC41B4 (or 0xCC41B4) is unknown color: approx Fuchsia. HEX triplet: CC, 41 and B4. RGB value is (204,65,180). Sum of RGB (Red+Green+Blue) = 204+65+180=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41B4 is #33BE4B. Grayscale: #777777. Windows color (decimal): -3391052 or 11813324. OLE color: 11813324.

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

Color convert

RGB20465180-
CMYK00.680.120.2
HSL310.36º57.68%52.75%-
HSV(B)310.36º68.14%80%-
XYZ35.0319.9145.18-
YUV119.67162.05188.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 65 (25.78% from 255) = 14.48%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=45.43%
G=14.48%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046518000.680.120.2310.3657.6852.75
HexCC41B4044C141363a35
Octal314101264010414244667265
Binary1100110010000011011010001000100110010100100110110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC41B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC41B4; }

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

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

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

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

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

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

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

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