Html Css Color HEX #CC48AA Fuchsia

📋 copy color: '#CC48AA'

red 204 ◦ green 72 ◦ blue 170

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

Shades of Fuchsia #CC48AA

Tints of Fuchsia #CC48AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.14%

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

R = 45.74%
G = 16.14%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC48AA (or 0xCC48AA) is known color: Fuchsia. HEX triplet: CC, 48 and AA. RGB value is (204,72,170). Sum of RGB (Red+Green+Blue) = 204+72+170=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC48AA is #33B755. Grayscale: #7A7A7A. Windows color (decimal): -3389270 or 11159756. OLE color: 11159756.

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

Color convert

RGB 204 72 170 -
CMYK 0 0.65 0.17 0.2
HSL 315.45º 0.56% 0.54% -
HSV(B) 315.45º 0.65% 0.8% -
XYZ 34.47 20.37 40.15 -
YUV 122.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 204 72 170 0 0.65 0.17 0.2 315.45 0.56 0.54
Hex CC 48 AA 0 41 11 14 13B 38 36
Octal 314 110 252 0 101 21 24 473 70 66
Binary 11001100 1001000 10101010 0 1000001 10001 10100 100111011 111000 110110

Color Harmonies of #CC48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48AA

Black with #CC48AA

Text Example


Text Example

White with #CC48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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