Html Css Color HEX #C56ABF Fuchsia

📋 copy color: '#C56ABF'

red 197 ◦ green 106 ◦ blue 191

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

Shades of Fuchsia #C56ABF

Tints of Fuchsia #C56ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.46%

 BLUE value IS 191 (75% from 255) = 38.66%

R = 39.88%
G = 21.46%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C56ABF (or 0xC56ABF) is known color: Fuchsia. HEX triplet: C5, 6A and BF. RGB value is (197,106,191). Sum of RGB (Red+Green+Blue) = 197+106+191=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C56ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ABF is #3A9540. Grayscale: #8E8E8E. Windows color (decimal): -3839297 or 12544709. OLE color: 12544709.

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

Color convert

RGB 197 106 191 -
CMYK 0 0.46 0.03 0.23
HSL 303.96º 0.44% 0.59% -
HSV(B) 303.96º 0.46% 0.77% -
XYZ 37.58 25.94 52.32 -
YUV 142.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 197 106 191 0 0.46 0.03 0.23 303.96 0.44 0.59
Hex C5 6A BF 0 2E 3 17 130 2C 3B
Octal 305 152 277 0 56 3 27 460 54 73
Binary 11000101 1101010 10111111 0 101110 11 10111 100110000 101100 111011

Color Harmonies of #C56ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ABF

Black with #C56ABF

Text Example


Text Example

White with #C56ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ABF; }

 p { color: rgb(197,106,191); }

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

background-color css

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

 a { background-color: rgb(197,106,191); }

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

border-color css

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

 span { border-color: rgb(197,106,191); }

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