Html Css Color HEX #C559BC Fuchsia

📋 copy color: '#C559BC'

red 197 ◦ green 89 ◦ blue 188

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

Shades of Fuchsia #C559BC

Tints of Fuchsia #C559BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.78%

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

R = 41.56%
G = 18.78%
B = 39.66%

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

#C559BC (or 0xC559BC) is known color: Fuchsia. HEX triplet: C5, 59 and BC. RGB value is (197,89,188). Sum of RGB (Red+Green+Blue) = 197+89+188=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C559BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559BC is #3AA643. Grayscale: #848484. Windows color (decimal): -3843652 or 12343749. OLE color: 12343749.

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

Color convert

RGB 197 89 188 -
CMYK 0 0.55 0.05 0.23
HSL 305º 0.48% 0.56% -
HSV(B) 305º 0.55% 0.77% -
XYZ 35.68 22.65 50.07 -
YUV 132.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 197 89 188 0 0.55 0.05 0.23 305 0.48 0.56
Hex C5 59 BC 0 37 5 17 131 30 38
Octal 305 131 274 0 67 5 27 461 60 70
Binary 11000101 1011001 10111100 0 110111 101 10111 100110001 110000 111000

Color Harmonies of #C559BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C559BC

Black with #C559BC

Text Example


Text Example

White with #C559BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C559BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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