Html Css Color HEX #CC55AC Fuchsia

📋 copy color: '#CC55AC'

red 204 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #CC55AC

Tints of Fuchsia #CC55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 44.25%
G = 18.44%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC55AC (or 0xCC55AC) is known color: Fuchsia. HEX triplet: CC, 55 and AC. RGB value is (204,85,172). Sum of RGB (Red+Green+Blue) = 204+85+172=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55AC is #33AA53. Grayscale: #828282. Windows color (decimal): -3385940 or 11294156. OLE color: 11294156.

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

Color convert

RGB 204 85 172 -
CMYK 0 0.58 0.16 0.2
HSL 316.13º 0.54% 0.57% -
HSV(B) 316.13º 0.58% 0.8% -
XYZ 35.6 22.31 41.46 -
YUV 130.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 204 85 172 0 0.58 0.16 0.2 316.13 0.54 0.57
Hex CC 55 AC 0 3A 10 14 13C 36 39
Octal 314 125 254 0 72 20 24 474 66 71
Binary 11001100 1010101 10101100 0 111010 10000 10100 100111100 110110 111001

Color Harmonies of #CC55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55AC

Black with #CC55AC

Text Example


Text Example

White with #CC55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55AC; }

 p { color: rgb(204,85,172); }

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

background-color css

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

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

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

border-color css

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

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

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