Html Css Color HEX #C560BC Fuchsia

📋 copy color: '#C560BC'

red 197 ◦ green 96 ◦ blue 188

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

Shades of Fuchsia #C560BC

Tints of Fuchsia #C560BC

RGB

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

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

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

R = 40.96%
G = 19.96%
B = 39.09%

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

#C560BC (or 0xC560BC) is known color: Fuchsia. HEX triplet: C5, 60 and BC. RGB value is (197,96,188). Sum of RGB (Red+Green+Blue) = 197+96+188=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C560BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560BC is #3A9F43. Grayscale: #888888. Windows color (decimal): -3841860 or 12345541. OLE color: 12345541.

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

Color convert

RGB 197 96 188 -
CMYK 0 0.51 0.05 0.23
HSL 305.35º 0.47% 0.57% -
HSV(B) 305.35º 0.51% 0.77% -
XYZ 36.29 23.87 50.27 -
YUV 136.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 197 96 188 0 0.51 0.05 0.23 305.35 0.47 0.57
Hex C5 60 BC 0 33 5 17 131 2F 39
Octal 305 140 274 0 63 5 27 461 57 71
Binary 11000101 1100000 10111100 0 110011 101 10111 100110001 101111 111001

Color Harmonies of #C560BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560BC

Black with #C560BC

Text Example


Text Example

White with #C560BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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