Html Css Color HEX #C856AC Fuchsia

📋 copy color: '#C856AC'

red 200 ◦ green 86 ◦ blue 172

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

Shades of Fuchsia #C856AC

Tints of Fuchsia #C856AC

RGB

 RED value IS 200 (78.52% from 255) = 43.67%

 GREEN value IS 86 (33.98% from 255) = 18.78%

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 43.67%
G = 18.78%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C856AC (or 0xC856AC) is known color: Fuchsia. HEX triplet: C8, 56 and AC. RGB value is (200,86,172). Sum of RGB (Red+Green+Blue) = 200+86+172=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C856AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C856AC is #37A953. Grayscale: #818181. Windows color (decimal): -3647828 or 11294408. OLE color: 11294408.

HSL color Cylindrical-coordinate representation of color #C856AC: hue angle of 314.74º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C856AC is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 172 -
CMYK 0 0.57 0.14 0.22
HSL 314.74º 0.51% 0.56% -
HSV(B) 314.74º 0.57% 0.78% -
XYZ 34.59 21.91 41.44 -
YUV 129.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 200 86 172 0 0.57 0.14 0.22 314.74 0.51 0.56
Hex C8 56 AC 0 39 E 16 13B 33 38
Octal 310 126 254 0 71 16 26 473 63 70
Binary 11001000 1010110 10101100 0 111001 1110 10110 100111011 110011 111000

Color Harmonies of #C856AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C856AC

Black with #C856AC

Text Example


Text Example

White with #C856AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C856AC; }

 p { color: rgb(200,86,172); }

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

background-color css

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

 a { background-color: rgb(200,86,172); }

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

border-color css

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

 span { border-color: rgb(200,86,172); }

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