Html Css Color HEX #C560BA Fuchsia

📋 copy color: '#C560BA'

red 197 ◦ green 96 ◦ blue 186

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

Shades of Fuchsia #C560BA

Tints of Fuchsia #C560BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.04%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 41.13%
G = 20.04%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C560BA (or 0xC560BA) is known color: Fuchsia. HEX triplet: C5, 60 and BA. RGB value is (197,96,186). Sum of RGB (Red+Green+Blue) = 197+96+186=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C560BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560BA is #3A9F45. Grayscale: #888888. Windows color (decimal): -3841862 or 12214469. OLE color: 12214469.

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

Color convert

RGB 197 96 186 -
CMYK 0 0.51 0.06 0.23
HSL 306.53º 0.47% 0.57% -
HSV(B) 306.53º 0.51% 0.77% -
XYZ 36.07 23.78 49.14 -
YUV 136.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 197 96 186 0 0.51 0.06 0.23 306.53 0.47 0.57
Hex C5 60 BA 0 33 6 17 133 2F 39
Octal 305 140 272 0 63 6 27 463 57 71
Binary 11000101 1100000 10111010 0 110011 110 10111 100110011 101111 111001

Color Harmonies of #C560BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560BA

Black with #C560BA

Text Example


Text Example

White with #C560BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560BA; }

 p { color: rgb(197,96,186); }

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

background-color css

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

 a { background-color: rgb(197,96,186); }

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

border-color css

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

 span { border-color: rgb(197,96,186); }

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