Html Css Color HEX #C862AC Fuchsia

📋 copy color: '#C862AC'

red 200 ◦ green 98 ◦ blue 172

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

Shades of Fuchsia #C862AC

Tints of Fuchsia #C862AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.85%

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

R = 42.55%
G = 20.85%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C862AC (or 0xC862AC) is known color: Fuchsia. HEX triplet: C8, 62 and AC. RGB value is (200,98,172). Sum of RGB (Red+Green+Blue) = 200+98+172=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C862AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C862AC is #379D53. Grayscale: #888888. Windows color (decimal): -3644756 or 11297480. OLE color: 11297480.

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

Color convert

RGB 200 98 172 -
CMYK 0 0.51 0.14 0.22
HSL 316.47º 0.48% 0.58% -
HSV(B) 316.47º 0.51% 0.78% -
XYZ 35.63 23.99 41.78 -
YUV 136.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 200 98 172 0 0.51 0.14 0.22 316.47 0.48 0.58
Hex C8 62 AC 0 33 E 16 13C 30 3A
Octal 310 142 254 0 63 16 26 474 60 72
Binary 11001000 1100010 10101100 0 110011 1110 10110 100111100 110000 111010

Color Harmonies of #C862AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862AC

Black with #C862AC

Text Example


Text Example

White with #C862AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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