#CC41CE

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

Shades of Fuchsia #CC41CE

Tints of Fuchsia #CC41CE

Color information

#CC41CE (or 0xCC41CE) is unknown color: approx Fuchsia. HEX triplet: CC, 41 and CE. RGB value is (204,65,206). Sum of RGB (Red+Green+Blue) = 204+65+206=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41CE is #33BE31. Grayscale: #7A7A7A. Windows color (decimal): -3391026 or 13517260. OLE color: 13517260.

HSL color Cylindrical-coordinate representation of color #CC41CE: hue angle of 299.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC41CE is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20465206-
CMYK0.010.6800.19
HSL299.15º59%53.14%-
HSV(B)299.15º68.45%80.78%-
XYZ37.9321.0760.46-
YUV122.64175.05186.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 65 (25.78% from 255) = 13.68%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=42.95%
G=13.68%
B=43.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204652060.010.6800.19299.155953.14
HexCC41CE14401312b3b35
Octal31410131611040234537365
Binary1100110010000011100111011000100010011100101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC41CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC41CE; }

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

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

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

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

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

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

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

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