Html Css Color HEX #C560B1 Fuchsia

📋 copy color: '#C560B1'

red 197 ◦ green 96 ◦ blue 177

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

Shades of Fuchsia #C560B1

Tints of Fuchsia #C560B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.66%

R = 41.91%
G = 20.43%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C560B1 (or 0xC560B1) is known color: Fuchsia. HEX triplet: C5, 60 and B1. RGB value is (197,96,177). Sum of RGB (Red+Green+Blue) = 197+96+177=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C560B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C560B1 is #3A9F4E. Grayscale: #878787. Windows color (decimal): -3841871 or 11624645. OLE color: 11624645.

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

Color convert

RGB 197 96 177 -
CMYK 0 0.51 0.10 0.23
HSL 311.88º 0.47% 0.57% -
HSV(B) 311.88º 0.51% 0.77% -
XYZ 35.14 23.41 44.26 -
YUV 135.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 197 96 177 0 0.51 0.10 0.23 311.88 0.47 0.57
Hex C5 60 B1 0 33 A 17 138 2F 39
Octal 305 140 261 0 63 12 27 470 57 71
Binary 11000101 1100000 10110001 0 110011 1010 10111 100111000 101111 111001

Color Harmonies of #C560B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560B1

Black with #C560B1

Text Example


Text Example

White with #C560B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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