Html Css Color HEX #CC54AA Fuchsia

📋 copy color: '#CC54AA'

red 204 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #CC54AA

Tints of Fuchsia #CC54AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.34%

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

R = 44.54%
G = 18.34%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC54AA (or 0xCC54AA) is known color: Fuchsia. HEX triplet: CC, 54 and AA. RGB value is (204,84,170). Sum of RGB (Red+Green+Blue) = 204+84+170=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC54AA is #33AB55. Grayscale: #818181. Windows color (decimal): -3386198 or 11162828. OLE color: 11162828.

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

Color convert

RGB 204 84 170 -
CMYK 0 0.59 0.17 0.2
HSL 317º 0.54% 0.56% -
HSV(B) 317º 0.59% 0.8% -
XYZ 35.33 22.08 40.43 -
YUV 129.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 204 84 170 0 0.59 0.17 0.2 317 0.54 0.56
Hex CC 54 AA 0 3B 11 14 13D 36 38
Octal 314 124 252 0 73 21 24 475 66 70
Binary 11001100 1010100 10101010 0 111011 10001 10100 100111101 110110 111000

Color Harmonies of #CC54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54AA

Black with #CC54AA

Text Example


Text Example

White with #CC54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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