Html Css Color HEX #C862AB Fuchsia

📋 copy color: '#C862AB'

red 200 ◦ green 98 ◦ blue 171

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

Shades of Fuchsia #C862AB

Tints of Fuchsia #C862AB

RGB

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

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

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

R = 42.64%
G = 20.9%
B = 36.46%

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

#C862AB (or 0xC862AB) is known color: Fuchsia. HEX triplet: C8, 62 and AB. RGB value is (200,98,171). Sum of RGB (Red+Green+Blue) = 200+98+171=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C862AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C862AB is #379D54. Grayscale: #888888. Windows color (decimal): -3644757 or 11231944. OLE color: 11231944.

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

Color convert

RGB 200 98 171 -
CMYK 0 0.51 0.14 0.22
HSL 317.06º 0.48% 0.58% -
HSV(B) 317.06º 0.51% 0.78% -
XYZ 35.54 23.96 41.28 -
YUV 136.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 200 98 171 0 0.51 0.14 0.22 317.06 0.48 0.58
Hex C8 62 AB 0 33 E 16 13D 30 3A
Octal 310 142 253 0 63 16 26 475 60 72
Binary 11001000 1100010 10101011 0 110011 1110 10110 100111101 110000 111010

Color Harmonies of #C862AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862AB

Black with #C862AB

Text Example


Text Example

White with #C862AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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