#CC41BC

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

Shades of Fuchsia #CC41BC

Tints of Fuchsia #CC41BC

Color information

#CC41BC (or 0xCC41BC) is unknown color: approx Fuchsia. HEX triplet: CC, 41 and BC. RGB value is (204,65,188). Sum of RGB (Red+Green+Blue) = 204+65+188=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41BC is #33BE43. Grayscale: #787878. Windows color (decimal): -3391044 or 12337612. OLE color: 12337612.

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

Color convert

RGB20465188-
CMYK00.680.080.2
HSL306.91º57.68%52.75%-
HSV(B)306.91º68.14%80%-
XYZ35.8720.2549.59-
YUV120.58166.05187.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 65 (25.78% from 255) = 14.22%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=44.64%
G=14.22%
B=41.14%

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
Decimal2046518800.680.080.2306.9157.6852.75
HexCC41BC0448141333a35
Octal314101274010410244637265
Binary1100110010000011011110001000100100010100100110011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC41BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC41BC; }

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

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

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

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

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

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

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

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