Html Css Color HEX #C554AA Fuchsia

📋 copy color: '#C554AA'

red 197 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #C554AA

Tints of Fuchsia #C554AA

RGB

 RED value IS 197 (77.34% from 255) = 43.68%

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

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

R = 43.68%
G = 18.63%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C554AA (or 0xC554AA) is known color: Fuchsia. HEX triplet: C5, 54 and AA. RGB value is (197,84,170). Sum of RGB (Red+Green+Blue) = 197+84+170=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C554AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C554AA is #3AAB55. Grayscale: #7F7F7F. Windows color (decimal): -3844950 or 11162821. OLE color: 11162821.

HSL color Cylindrical-coordinate representation of color #C554AA: hue angle of 314.34º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C554AA is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 170 -
CMYK 0 0.57 0.14 0.23
HSL 314.34º 0.49% 0.55% -
HSV(B) 314.34º 0.57% 0.77% -
XYZ 33.45 21.11 40.34 -
YUV 127.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 197 84 170 0 0.57 0.14 0.23 314.34 0.49 0.55
Hex C5 54 AA 0 39 E 17 13A 31 37
Octal 305 124 252 0 71 16 27 472 61 67
Binary 11000101 1010100 10101010 0 111001 1110 10111 100111010 110001 110111

Color Harmonies of #C554AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554AA

Black with #C554AA

Text Example


Text Example

White with #C554AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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