#CC59AF

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

Shades of Fuchsia #CC59AF

Tints of Fuchsia #CC59AF

Color information

#CC59AF (or 0xCC59AF) is unknown color: approx Fuchsia. HEX triplet: CC, 59 and AF. RGB value is (204,89,175). Sum of RGB (Red+Green+Blue) = 204+89+175=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC59AF is #33A650. Grayscale: #848484. Windows color (decimal): -3384913 or 11491788. OLE color: 11491788.

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

Color convert

RGB20489175-
CMYK00.560.140.2
HSL315.13º53%57.45%-
HSV(B)315.13º56.37%80%-
XYZ36.2123.0843.1-
YUV133.19151.6178.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 89 (35.16% from 255) = 19.02%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=43.59%
G=19.02%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048917500.560.140.2315.135357.45
HexCC59AF038E1413b3539
Octal31413125707016244736571
Binary110011001011001101011110111000111010100100111011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC59AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC59AF; }

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

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

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

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

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

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

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

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