Html Css Color HEX #C561BD Fuchsia

📋 copy color: '#C561BD'

red 197 ◦ green 97 ◦ blue 189

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

Shades of Fuchsia #C561BD

Tints of Fuchsia #C561BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 40.79%
G = 20.08%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C561BD (or 0xC561BD) is known color: Fuchsia. HEX triplet: C5, 61 and BD. RGB value is (197,97,189). Sum of RGB (Red+Green+Blue) = 197+97+189=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C561BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561BD is #3A9E42. Grayscale: #898989. Windows color (decimal): -3841603 or 12411333. OLE color: 12411333.

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

Color convert

RGB 197 97 189 -
CMYK 0 0.51 0.04 0.23
HSL 304.8º 0.46% 0.58% -
HSV(B) 304.8º 0.51% 0.77% -
XYZ 36.49 24.09 50.87 -
YUV 137.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 197 97 189 0 0.51 0.04 0.23 304.8 0.46 0.58
Hex C5 61 BD 0 33 4 17 131 2E 3A
Octal 305 141 275 0 63 4 27 461 56 72
Binary 11000101 1100001 10111101 0 110011 100 10111 100110001 101110 111010

Color Harmonies of #C561BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561BD

Black with #C561BD

Text Example


Text Example

White with #C561BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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