Html Css Color HEX #C556BF Fuchsia

📋 copy color: '#C556BF'

red 197 ◦ green 86 ◦ blue 191

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

Shades of Fuchsia #C556BF

Tints of Fuchsia #C556BF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.14%

 BLUE value IS 191 (75% from 255) = 40.3%

R = 41.56%
G = 18.14%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C556BF (or 0xC556BF) is known color: Fuchsia. HEX triplet: C5, 56 and BF. RGB value is (197,86,191). Sum of RGB (Red+Green+Blue) = 197+86+191=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C556BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556BF is #3AA940. Grayscale: #828282. Windows color (decimal): -3844417 or 12539589. OLE color: 12539589.

HSL color Cylindrical-coordinate representation of color #C556BF: hue angle of 303.24º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C556BF is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 86 191 -
CMYK 0 0.56 0.03 0.23
HSL 303.24º 0.49% 0.55% -
HSV(B) 303.24º 0.56% 0.77% -
XYZ 35.76 22.29 51.71 -
YUV 131.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 197 86 191 0 0.56 0.03 0.23 303.24 0.49 0.55
Hex C5 56 BF 0 38 3 17 12F 31 37
Octal 305 126 277 0 70 3 27 457 61 67
Binary 11000101 1010110 10111111 0 111000 11 10111 100101111 110001 110111

Color Harmonies of #C556BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556BF

Black with #C556BF

Text Example


Text Example

White with #C556BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556BF; }

 p { color: rgb(197,86,191); }

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

background-color css

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

 a { background-color: rgb(197,86,191); }

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

border-color css

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

 span { border-color: rgb(197,86,191); }

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