Html Css Color HEX #C558AE Fuchsia

📋 copy color: '#C558AE'

red 197 ◦ green 88 ◦ blue 174

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

Shades of Fuchsia #C558AE

Tints of Fuchsia #C558AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.91%

R = 42.92%
G = 19.17%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C558AE (or 0xC558AE) is known color: Fuchsia. HEX triplet: C5, 58 and AE. RGB value is (197,88,174). Sum of RGB (Red+Green+Blue) = 197+88+174=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C558AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C558AE is #3AA751. Grayscale: #828282. Windows color (decimal): -3843922 or 11425989. OLE color: 11425989.

HSL color Cylindrical-coordinate representation of color #C558AE: hue angle of 312.66º 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 #C558AE is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 88 174 -
CMYK 0 0.55 0.12 0.23
HSL 312.66º 0.48% 0.56% -
HSV(B) 312.66º 0.55% 0.77% -
XYZ 34.16 21.91 42.47 -
YUV 130.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 197 88 174 0 0.55 0.12 0.23 312.66 0.48 0.56
Hex C5 58 AE 0 37 C 17 139 30 38
Octal 305 130 256 0 67 14 27 471 60 70
Binary 11000101 1011000 10101110 0 110111 1100 10111 100111001 110000 111000

Color Harmonies of #C558AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558AE

Black with #C558AE

Text Example


Text Example

White with #C558AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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