#CC5CCE

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

Shades of Fuchsia #CC5CCE

Tints of Fuchsia #CC5CCE

Color information

#CC5CCE (or 0xCC5CCE) is unknown color: approx Fuchsia. HEX triplet: CC, 5C and CE. RGB value is (204,92,206). Sum of RGB (Red+Green+Blue) = 204+92+206=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CCE is #33A331. Grayscale: #8A8A8A. Windows color (decimal): -3384114 or 13524172. OLE color: 13524172.

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

Color convert

RGB20492206-
CMYK0.010.5500.19
HSL298.95º53.77%58.43%-
HSV(B)298.95º55.34%80.78%-
XYZ39.8724.9561.11-
YUV138.48166.11174.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 92 (36.33% from 255) = 18.33%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=40.64%
G=18.33%
B=41.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204922060.010.5500.19298.9553.7758.43
HexCC5CCE13701312b363a
Octal3141343161670234536672
Binary110011001011100110011101110111010011100101011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5CCE; }

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

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

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

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

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

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

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

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