Html Css Color HEX #CC54AC Fuchsia

📋 copy color: '#CC54AC'

red 204 ◦ green 84 ◦ blue 172

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

Shades of Fuchsia #CC54AC

Tints of Fuchsia #CC54AC

RGB

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

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

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

R = 44.35%
G = 18.26%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC54AC (or 0xCC54AC) is known color: Fuchsia. HEX triplet: CC, 54 and AC. RGB value is (204,84,172). Sum of RGB (Red+Green+Blue) = 204+84+172=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC54AC is #33AB53. Grayscale: #818181. Windows color (decimal): -3386196 or 11293900. OLE color: 11293900.

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

Color convert

RGB 204 84 172 -
CMYK 0 0.59 0.16 0.2
HSL 316º 0.54% 0.56% -
HSV(B) 316º 0.59% 0.8% -
XYZ 35.52 22.16 41.43 -
YUV 129.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 204 84 172 0 0.59 0.16 0.2 316 0.54 0.56
Hex CC 54 AC 0 3B 10 14 13C 36 38
Octal 314 124 254 0 73 20 24 474 66 70
Binary 11001100 1010100 10101100 0 111011 10000 10100 100111100 110110 111000

Color Harmonies of #CC54AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54AC

Black with #CC54AC

Text Example


Text Example

White with #CC54AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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