Html Css Color HEX #C856AF Fuchsia

📋 copy color: '#C856AF'

red 200 ◦ green 86 ◦ blue 175

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

Shades of Fuchsia #C856AF

Tints of Fuchsia #C856AF

RGB

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

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

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

R = 43.38%
G = 18.66%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C856AF (or 0xC856AF) is known color: Fuchsia. HEX triplet: C8, 56 and AF. RGB value is (200,86,175). Sum of RGB (Red+Green+Blue) = 200+86+175=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C856AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C856AF is #37A950. Grayscale: #818181. Windows color (decimal): -3647825 or 11491016. OLE color: 11491016.

HSL color Cylindrical-coordinate representation of color #C856AF: hue angle of 313.16º 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 #C856AF is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 175 -
CMYK 0 0.57 0.12 0.22
HSL 313.16º 0.51% 0.56% -
HSV(B) 313.16º 0.57% 0.78% -
XYZ 34.89 22.03 42.97 -
YUV 130.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 200 86 175 0 0.57 0.12 0.22 313.16 0.51 0.56
Hex C8 56 AF 0 39 C 16 139 33 38
Octal 310 126 257 0 71 14 26 471 63 70
Binary 11001000 1010110 10101111 0 111001 1100 10110 100111001 110011 111000

Color Harmonies of #C856AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C856AF

Black with #C856AF

Text Example


Text Example

White with #C856AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C856AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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