Html Css Color HEX #C558B0 Fuchsia

📋 copy color: '#C558B0'

red 197 ◦ green 88 ◦ blue 176

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

Shades of Fuchsia #C558B0

Tints of Fuchsia #C558B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.18%

R = 42.73%
G = 19.09%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C558B0 (or 0xC558B0) is known color: Fuchsia. HEX triplet: C5, 58 and B0. RGB value is (197,88,176). Sum of RGB (Red+Green+Blue) = 197+88+176=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C558B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C558B0 is #3AA74F. Grayscale: #828282. Windows color (decimal): -3843920 or 11557061. OLE color: 11557061.

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

Color convert

RGB 197 88 176 -
CMYK 0 0.55 0.11 0.23
HSL 311.56º 0.48% 0.56% -
HSV(B) 311.56º 0.55% 0.77% -
XYZ 34.35 21.98 43.51 -
YUV 130.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 197 88 176 0 0.55 0.11 0.23 311.56 0.48 0.56
Hex C5 58 B0 0 37 B 17 138 30 38
Octal 305 130 260 0 67 13 27 470 60 70
Binary 11000101 1011000 10110000 0 110111 1011 10111 100111000 110000 111000

Color Harmonies of #C558B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558B0

Black with #C558B0

Text Example


Text Example

White with #C558B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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