Html Css Color HEX #CC59AA Fuchsia

📋 copy color: '#CC59AA'

red 204 ◦ green 89 ◦ blue 170

#CC59AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC59AA

Tints of Fuchsia #CC59AA

RGB

 RED value IS 204 (80.08% from 255) = 44.06%

 GREEN value IS 89 (35.16% from 255) = 19.22%

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 44.06%
G = 19.22%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC59AA (or 0xCC59AA) is known color: Fuchsia. HEX triplet: CC, 59 and AA. RGB value is (204,89,170). Sum of RGB (Red+Green+Blue) = 204+89+170=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC59AA is #33A655. Grayscale: #848484. Windows color (decimal): -3384918 or 11164108. OLE color: 11164108.

HSL color Cylindrical-coordinate representation of color #CC59AA: hue angle of 317.74º 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 #CC59AA is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 89 170 -
CMYK 0 0.56 0.17 0.2
HSL 317.74º 0.53% 0.57% -
HSV(B) 317.74º 0.56% 0.8% -
XYZ 35.73 22.88 40.56 -
YUV 132.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 204 89 170 0 0.56 0.17 0.2 317.74 0.53 0.57
Hex CC 59 AA 0 38 11 14 13E 35 39
Octal 314 131 252 0 70 21 24 476 65 71
Binary 11001100 1011001 10101010 0 111000 10001 10100 100111110 110101 111001

Color Harmonies of #CC59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59AA

Black with #CC59AA

Text Example


Text Example

White with #CC59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59AA; }

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

 H1.HeaderClassName
 {
   color: #CC59AA;
 }
 .AnyTagClassName
 {
   color: #CC59AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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