#CC44CE

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

Shades of Fuchsia #CC44CE

Tints of Fuchsia #CC44CE

Color information

#CC44CE (or 0xCC44CE) is unknown color: approx Fuchsia. HEX triplet: CC, 44 and CE. RGB value is (204,68,206). Sum of RGB (Red+Green+Blue) = 204+68+206=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC44CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44CE is #33BB31. Grayscale: #7B7B7B. Windows color (decimal): -3390258 or 13518028. OLE color: 13518028.

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

Color convert

RGB20468206-
CMYK0.010.6700.19
HSL299.13º58.47%53.73%-
HSV(B)299.13º66.99%80.78%-
XYZ38.1121.4360.52-
YUV124.4174.06184.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 68 (26.95% from 255) = 14.23%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=42.68%
G=14.23%
B=43.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204682060.010.6700.19299.1358.4753.73
HexCC44CE14301312b3a36
Octal31410431611030234537266
Binary1100110010001001100111011000011010011100101011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC44CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC44CE; }

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

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

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

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

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

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

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

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