Html Css Color HEX #C558CE Fuchsia

📋 copy color: '#C558CE'

red 197 ◦ green 88 ◦ blue 206

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

Shades of Fuchsia #C558CE

Tints of Fuchsia #C558CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 40.12%
G = 17.92%
B = 41.96%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C558CE (or 0xC558CE) is known color: Fuchsia. HEX triplet: C5, 58 and CE. RGB value is (197,88,206). Sum of RGB (Red+Green+Blue) = 197+88+206=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #C558CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558CE is #3AA731. Grayscale: #858585. Windows color (decimal): -3843890 or 13523141. OLE color: 13523141.

HSL color Cylindrical-coordinate representation of color #C558CE: hue angle of 295.42º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C558CE is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 88 206 -
CMYK 0.04 0.57 0 0.19
HSL 295.42º 0.55% 0.58% -
HSV(B) 295.42º 0.57% 0.81% -
XYZ 37.66 23.31 60.91 -
YUV 134.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 197 88 206 0.04 0.57 0 0.19 295.42 0.55 0.58
Hex C5 58 CE 4 39 0 13 127 37 3A
Octal 305 130 316 4 71 0 23 447 67 72
Binary 11000101 1011000 11001110 100 111001 0 10011 100100111 110111 111010

Color Harmonies of #C558CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558CE

Black with #C558CE

Text Example


Text Example

White with #C558CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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