#CC5FCC

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

Shades of Fuchsia #CC5FCC

Tints of Fuchsia #CC5FCC

Color information

#CC5FCC (or 0xCC5FCC) is unknown color: approx Fuchsia. HEX triplet: CC, 5F and CC. RGB value is (204,95,204). Sum of RGB (Red+Green+Blue) = 204+95+204=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FCC is #33A033. Grayscale: #8B8B8B. Windows color (decimal): -3383348 or 13393868. OLE color: 13393868.

HSL color Cylindrical-coordinate representation of color #CC5FCC: hue angle of 300º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5FCC is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20495204-
CMYK00.5300.2
HSL300º51.66%58.63%-
HSV(B)300º53.43%80%-
XYZ39.8925.3859.92-
YUV140.02164.11173.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=40.56%
G=18.89%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049520400.5300.230051.6658.63
HexCC5FCC03501412c343b
Octal3141373140650244546473
Binary110011001011111110011000110101010100100101100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5FCC; }

 p { color: rgb(204,95,204); }

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

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

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

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

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

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

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