Html Css Color HEX #C558AA Fuchsia

📋 copy color: '#C558AA'

red 197 ◦ green 88 ◦ blue 170

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

Shades of Fuchsia #C558AA

Tints of Fuchsia #C558AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.34%

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

R = 43.3%
G = 19.34%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C558AA (or 0xC558AA) is known color: Fuchsia. HEX triplet: C5, 58 and AA. RGB value is (197,88,170). Sum of RGB (Red+Green+Blue) = 197+88+170=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C558AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C558AA is #3AA755. Grayscale: #818181. Windows color (decimal): -3843926 or 11163845. OLE color: 11163845.

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

Color convert

RGB 197 88 170 -
CMYK 0 0.55 0.14 0.23
HSL 314.86º 0.48% 0.56% -
HSV(B) 314.86º 0.55% 0.77% -
XYZ 33.77 21.75 40.45 -
YUV 129.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 197 88 170 0 0.55 0.14 0.23 314.86 0.48 0.56
Hex C5 58 AA 0 37 E 17 13B 30 38
Octal 305 130 252 0 67 16 27 473 60 70
Binary 11000101 1011000 10101010 0 110111 1110 10111 100111011 110000 111000

Color Harmonies of #C558AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558AA

Black with #C558AA

Text Example


Text Example

White with #C558AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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