Html Css Color HEX #C863AE Fuchsia

📋 copy color: '#C863AE'

red 200 ◦ green 99 ◦ blue 174

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

Shades of Fuchsia #C863AE

Tints of Fuchsia #C863AE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.93%

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 42.28%
G = 20.93%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C863AE (or 0xC863AE) is known color: Fuchsia. HEX triplet: C8, 63 and AE. RGB value is (200,99,174). Sum of RGB (Red+Green+Blue) = 200+99+174=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C863AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C863AE is #379C51. Grayscale: #898989. Windows color (decimal): -3644498 or 11428808. OLE color: 11428808.

HSL color Cylindrical-coordinate representation of color #C863AE: hue angle of 315.45º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C863AE is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 99 174 -
CMYK 0 0.50 0.13 0.22
HSL 315.45º 0.48% 0.59% -
HSV(B) 315.45º 0.51% 0.78% -
XYZ 35.92 24.26 42.83 -
YUV 137.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 200 99 174 0 0.50 0.13 0.22 315.45 0.48 0.59
Hex C8 63 AE 0 32 D 16 13B 30 3B
Octal 310 143 256 0 62 15 26 473 60 73
Binary 11001000 1100011 10101110 0 110010 1101 10110 100111011 110000 111011

Color Harmonies of #C863AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C863AE

Black with #C863AE

Text Example


Text Example

White with #C863AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C863AE; }

 p { color: rgb(200,99,174); }

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

background-color css

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

 a { background-color: rgb(200,99,174); }

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

border-color css

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

 span { border-color: rgb(200,99,174); }

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