#CC59CF

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

Shades of Fuchsia #CC59CF

Tints of Fuchsia #CC59CF

Color information

#CC59CF (or 0xCC59CF) is unknown color: approx Fuchsia. HEX triplet: CC, 59 and CF. RGB value is (204,89,207). Sum of RGB (Red+Green+Blue) = 204+89+207=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC59CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59CF is #33A630. Grayscale: #888888. Windows color (decimal): -3384881 or 13588940. OLE color: 13588940.

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

Color convert

RGB20489207-
CMYK0.010.5700.19
HSL298.47º55.14%58.04%-
HSV(B)298.47º57%81.18%-
XYZ39.7424.4961.66-
YUV136.84167.6175.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 89 (35.16% from 255) = 17.8%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=40.8%
G=17.8%
B=41.4%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204892070.010.5700.19298.4755.1458.04
HexCC59CF13901312a373a
Octal3141313171710234526772
Binary110011001011001110011111111001010011100101010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC59CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC59CF; }

 p { color: rgb(204,89,207); }

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

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

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

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

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

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

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