Html Css Color HEX #C56EAF Fuchsia

📋 copy color: '#C56EAF'

red 197 ◦ green 110 ◦ blue 175

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

Shades of Fuchsia #C56EAF

Tints of Fuchsia #C56EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.82%

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 40.87%
G = 22.82%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C56EAF (or 0xC56EAF) is known color: Fuchsia. HEX triplet: C5, 6E and AF. RGB value is (197,110,175). Sum of RGB (Red+Green+Blue) = 197+110+175=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C56EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56EAF is #3A9150. Grayscale: #8F8F8F. Windows color (decimal): -3838289 or 11497157. OLE color: 11497157.

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

Color convert

RGB 197 110 175 -
CMYK 0 0.44 0.11 0.23
HSL 315.17º 0.43% 0.6% -
HSV(B) 315.17º 0.44% 0.77% -
XYZ 36.34 26.12 43.68 -
YUV 143.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 197 110 175 0 0.44 0.11 0.23 315.17 0.43 0.6
Hex C5 6E AF 0 2C B 17 13B 2B 3C
Octal 305 156 257 0 54 13 27 473 53 74
Binary 11000101 1101110 10101111 0 101100 1011 10111 100111011 101011 111100

Color Harmonies of #C56EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56EAF

Black with #C56EAF

Text Example


Text Example

White with #C56EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56EAF; }

 p { color: rgb(197,110,175); }

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

background-color css

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

 a { background-color: rgb(197,110,175); }

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

border-color css

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

 span { border-color: rgb(197,110,175); }

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