Html Css Color HEX #CC56AA Fuchsia

📋 copy color: '#CC56AA'

red 204 ◦ green 86 ◦ blue 170

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

Shades of Fuchsia #CC56AA

Tints of Fuchsia #CC56AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.7%

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

R = 44.35%
G = 18.7%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC56AA (or 0xCC56AA) is known color: Fuchsia. HEX triplet: CC, 56 and AA. RGB value is (204,86,170). Sum of RGB (Red+Green+Blue) = 204+86+170=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56AA is #33A955. Grayscale: #828282. Windows color (decimal): -3385686 or 11163340. OLE color: 11163340.

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

Color convert

RGB 204 86 170 -
CMYK 0 0.58 0.17 0.2
HSL 317.29º 0.54% 0.57% -
HSV(B) 317.29º 0.58% 0.8% -
XYZ 35.49 22.4 40.48 -
YUV 130.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 204 86 170 0 0.58 0.17 0.2 317.29 0.54 0.57
Hex CC 56 AA 0 3A 11 14 13D 36 39
Octal 314 126 252 0 72 21 24 475 66 71
Binary 11001100 1010110 10101010 0 111010 10001 10100 100111101 110110 111001

Color Harmonies of #CC56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56AA

Black with #CC56AA

Text Example


Text Example

White with #CC56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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