Html Css Color HEX #C558C9 Fuchsia

📋 copy color: '#C558C9'

red 197 ◦ green 88 ◦ blue 201

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

Shades of Fuchsia #C558C9

Tints of Fuchsia #C558C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.36%

R = 40.53%
G = 18.11%
B = 41.36%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C558C9 (or 0xC558C9) is known color: Fuchsia. HEX triplet: C5, 58 and C9. RGB value is (197,88,201). Sum of RGB (Red+Green+Blue) = 197+88+201=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #C558C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558C9 is #3AA736. Grayscale: #858585. Windows color (decimal): -3843895 or 13195461. OLE color: 13195461.

HSL color Cylindrical-coordinate representation of color #C558C9: hue angle of 297.88º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C558C9 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 88 201 -
CMYK 0.02 0.56 0 0.21
HSL 297.88º 0.51% 0.57% -
HSV(B) 297.88º 0.56% 0.79% -
XYZ 37.06 23.07 57.76 -
YUV 133.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 197 88 201 0.02 0.56 0 0.21 297.88 0.51 0.57
Hex C5 58 C9 2 38 0 15 12A 33 39
Octal 305 130 311 2 70 0 25 452 63 71
Binary 11000101 1011000 11001001 10 111000 0 10101 100101010 110011 111001

Color Harmonies of #C558C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558C9

Black with #C558C9

Text Example


Text Example

White with #C558C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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