Html Css Color HEX #CC49AA Fuchsia

📋 copy color: '#CC49AA'

red 204 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #CC49AA

Tints of Fuchsia #CC49AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.33%

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

R = 45.64%
G = 16.33%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC49AA (or 0xCC49AA) is known color: Fuchsia. HEX triplet: CC, 49 and AA. RGB value is (204,73,170). Sum of RGB (Red+Green+Blue) = 204+73+170=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC49AA is #33B655. Grayscale: #7A7A7A. Windows color (decimal): -3389014 or 11160012. OLE color: 11160012.

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

Color convert

RGB 204 73 170 -
CMYK 0 0.64 0.17 0.2
HSL 315.57º 0.56% 0.54% -
HSV(B) 315.57º 0.64% 0.8% -
XYZ 34.54 20.5 40.17 -
YUV 123.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 204 73 170 0 0.64 0.17 0.2 315.57 0.56 0.54
Hex CC 49 AA 0 40 11 14 13C 38 36
Octal 314 111 252 0 100 21 24 474 70 66
Binary 11001100 1001001 10101010 0 1000000 10001 10100 100111100 111000 110110

Color Harmonies of #CC49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49AA

Black with #CC49AA

Text Example


Text Example

White with #CC49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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