Html Css Color HEX #C558AF Fuchsia

📋 copy color: '#C558AF'

red 197 ◦ green 88 ◦ blue 175

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

Shades of Fuchsia #C558AF

Tints of Fuchsia #C558AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 42.83%
G = 19.13%
B = 38.04%

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

#C558AF (or 0xC558AF) is known color: Fuchsia. HEX triplet: C5, 58 and AF. RGB value is (197,88,175). Sum of RGB (Red+Green+Blue) = 197+88+175=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C558AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C558AF is #3AA750. Grayscale: #828282. Windows color (decimal): -3843921 or 11491525. OLE color: 11491525.

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

Color convert

RGB 197 88 175 -
CMYK 0 0.55 0.11 0.23
HSL 312.11º 0.48% 0.56% -
HSV(B) 312.11º 0.55% 0.77% -
XYZ 34.25 21.94 42.99 -
YUV 130.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 197 88 175 0 0.55 0.11 0.23 312.11 0.48 0.56
Hex C5 58 AF 0 37 B 17 138 30 38
Octal 305 130 257 0 67 13 27 470 60 70
Binary 11000101 1011000 10101111 0 110111 1011 10111 100111000 110000 111000

Color Harmonies of #C558AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558AF

Black with #C558AF

Text Example


Text Example

White with #C558AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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