Html Css Color HEX #C860AC Fuchsia

📋 copy color: '#C860AC'

red 200 ◦ green 96 ◦ blue 172

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

Shades of Fuchsia #C860AC

Tints of Fuchsia #C860AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.51%

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

R = 42.74%
G = 20.51%
B = 36.75%

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

#C860AC (or 0xC860AC) is known color: Fuchsia. HEX triplet: C8, 60 and AC. RGB value is (200,96,172). Sum of RGB (Red+Green+Blue) = 200+96+172=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C860AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C860AC is #379F53. Grayscale: #878787. Windows color (decimal): -3645268 or 11296968. OLE color: 11296968.

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

Color convert

RGB 200 96 172 -
CMYK 0 0.52 0.14 0.22
HSL 316.15º 0.49% 0.58% -
HSV(B) 316.15º 0.52% 0.78% -
XYZ 35.45 23.62 41.72 -
YUV 135.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 200 96 172 0 0.52 0.14 0.22 316.15 0.49 0.58
Hex C8 60 AC 0 34 E 16 13C 31 3A
Octal 310 140 254 0 64 16 26 474 61 72
Binary 11001000 1100000 10101100 0 110100 1110 10110 100111100 110001 111010

Color Harmonies of #C860AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860AC

Black with #C860AC

Text Example


Text Example

White with #C860AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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