#CC41C6

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

Shades of Fuchsia #CC41C6

Tints of Fuchsia #CC41C6

Color information

#CC41C6 (or 0xCC41C6) is unknown color: approx Fuchsia. HEX triplet: CC, 41 and C6. RGB value is (204,65,198). Sum of RGB (Red+Green+Blue) = 204+65+198=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41C6 is #33BE39. Grayscale: #797979. Windows color (decimal): -3391034 or 12992972. OLE color: 12992972.

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

Color convert

RGB20465198-
CMYK00.680.030.2
HSL302.59º57.68%52.75%-
HSV(B)302.59º68.14%80%-
XYZ36.9920.755.47-
YUV121.72171.05186.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 65 (25.78% from 255) = 13.92%
BLUE value IS 198 (77.73% from 255) = 42.40%
R=43.68%
G=13.92%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046519800.680.030.2302.5957.6852.75
HexCC41C604431412f3a35
Octal31410130601043244577265
Binary11001100100000111000110010001001110100100101111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC41C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC41C6; }

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

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

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

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

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

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

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

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