Html Css Color HEX #C561BB Fuchsia

📋 copy color: '#C561BB'

red 197 ◦ green 97 ◦ blue 187

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

Shades of Fuchsia #C561BB

Tints of Fuchsia #C561BB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 40.96%
G = 20.17%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C561BB (or 0xC561BB) is known color: Fuchsia. HEX triplet: C5, 61 and BB. RGB value is (197,97,187). Sum of RGB (Red+Green+Blue) = 197+97+187=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C561BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561BB is #3A9E44. Grayscale: #888888. Windows color (decimal): -3841605 or 12280261. OLE color: 12280261.

HSL color Cylindrical-coordinate representation of color #C561BB: hue angle of 306º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C561BB is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 187 -
CMYK 0 0.51 0.05 0.23
HSL 306º 0.46% 0.58% -
HSV(B) 306º 0.51% 0.77% -
XYZ 36.27 24.01 49.74 -
YUV 137.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 197 97 187 0 0.51 0.05 0.23 306 0.46 0.58
Hex C5 61 BB 0 33 5 17 132 2E 3A
Octal 305 141 273 0 63 5 27 462 56 72
Binary 11000101 1100001 10111011 0 110011 101 10111 100110010 101110 111010

Color Harmonies of #C561BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561BB

Black with #C561BB

Text Example


Text Example

White with #C561BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561BB; }

 p { color: rgb(197,97,187); }

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

background-color css

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

 a { background-color: rgb(197,97,187); }

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

border-color css

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

 span { border-color: rgb(197,97,187); }

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