Html Css Color HEX #C558BC Fuchsia

📋 copy color: '#C558BC'

red 197 ◦ green 88 ◦ blue 188

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

Shades of Fuchsia #C558BC

Tints of Fuchsia #C558BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 41.65%
G = 18.6%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C558BC (or 0xC558BC) is known color: Fuchsia. HEX triplet: C5, 58 and BC. RGB value is (197,88,188). Sum of RGB (Red+Green+Blue) = 197+88+188=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C558BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558BC is #3AA743. Grayscale: #838383. Windows color (decimal): -3843908 or 12343493. OLE color: 12343493.

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

Color convert

RGB 197 88 188 -
CMYK 0 0.55 0.05 0.23
HSL 304.95º 0.48% 0.56% -
HSV(B) 304.95º 0.55% 0.77% -
XYZ 35.59 22.48 50.04 -
YUV 131.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 197 88 188 0 0.55 0.05 0.23 304.95 0.48 0.56
Hex C5 58 BC 0 37 5 17 131 30 38
Octal 305 130 274 0 67 5 27 461 60 70
Binary 11000101 1011000 10111100 0 110111 101 10111 100110001 110000 111000

Color Harmonies of #C558BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558BC

Black with #C558BC

Text Example


Text Example

White with #C558BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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