Html Css Color HEX #C861AB Fuchsia

📋 copy color: '#C861AB'

red 200 ◦ green 97 ◦ blue 171

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

Shades of Fuchsia #C861AB

Tints of Fuchsia #C861AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.73%

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 42.74%
G = 20.73%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C861AB (or 0xC861AB) is known color: Fuchsia. HEX triplet: C8, 61 and AB. RGB value is (200,97,171). Sum of RGB (Red+Green+Blue) = 200+97+171=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C861AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861AB is #379E54. Grayscale: #888888. Windows color (decimal): -3645013 or 11231688. OLE color: 11231688.

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

Color convert

RGB 200 97 171 -
CMYK 0 0.52 0.14 0.22
HSL 316.89º 0.48% 0.58% -
HSV(B) 316.89º 0.52% 0.78% -
XYZ 35.44 23.77 41.25 -
YUV 136.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 200 97 171 0 0.52 0.14 0.22 316.89 0.48 0.58
Hex C8 61 AB 0 34 E 16 13D 30 3A
Octal 310 141 253 0 64 16 26 475 60 72
Binary 11001000 1100001 10101011 0 110100 1110 10110 100111101 110000 111010

Color Harmonies of #C861AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C861AB

Black with #C861AB

Text Example


Text Example

White with #C861AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C861AB; }

 p { color: rgb(200,97,171); }

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

background-color css

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

 a { background-color: rgb(200,97,171); }

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

border-color css

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

 span { border-color: rgb(200,97,171); }

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