Html Css Color HEX #C558CC Fuchsia

📋 copy color: '#C558CC'

red 197 ◦ green 88 ◦ blue 204

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

Shades of Fuchsia #C558CC

Tints of Fuchsia #C558CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 40.29%
G = 18%
B = 41.72%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C558CC (or 0xC558CC) is known color: Fuchsia. HEX triplet: C5, 58 and CC. RGB value is (197,88,204). Sum of RGB (Red+Green+Blue) = 197+88+204=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #C558CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558CC is #3AA733. Grayscale: #858585. Windows color (decimal): -3843892 or 13392069. OLE color: 13392069.

HSL color Cylindrical-coordinate representation of color #C558CC: hue angle of 296.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C558CC is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 88 204 -
CMYK 0.03 0.57 0 0.2
HSL 296.38º 0.53% 0.57% -
HSV(B) 296.38º 0.57% 0.8% -
XYZ 37.41 23.21 59.63 -
YUV 133.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 197 88 204 0.03 0.57 0 0.2 296.38 0.53 0.57
Hex C5 58 CC 3 39 0 14 128 35 39
Octal 305 130 314 3 71 0 24 450 65 71
Binary 11000101 1011000 11001100 11 111001 0 10100 100101000 110101 111001

Color Harmonies of #C558CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558CC

Black with #C558CC

Text Example


Text Example

White with #C558CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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