#CC40CE

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

Shades of Fuchsia #CC40CE

Tints of Fuchsia #CC40CE

Color information

#CC40CE (or 0xCC40CE) is unknown color: approx Fuchsia. HEX triplet: CC, 40 and CE. RGB value is (204,64,206). Sum of RGB (Red+Green+Blue) = 204+64+206=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40CE is #33BF31. Grayscale: #797979. Windows color (decimal): -3391282 or 13517004. OLE color: 13517004.

HSL color Cylindrical-coordinate representation of color #CC40CE: 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.69%. Process color model (Four color, CMYK) of #CC40CE is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20464206-
CMYK0.010.6900.19
HSL299.15º59.17%52.94%-
HSV(B)299.15º68.93%80.78%-
XYZ37.8820.9660.44-
YUV122.05175.38186.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 64 (25.39% from 255) = 13.50%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=43.04%
G=13.50%
B=43.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204642060.010.6900.19299.1559.1752.94
HexCC40CE14501312b3b35
Octal31410031611050234537365
Binary1100110010000001100111011000101010011100101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC40CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC40CE; }

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

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

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

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

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

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

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

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