Html Css Color HEX #C863AF Fuchsia

📋 copy color: '#C863AF'

red 200 ◦ green 99 ◦ blue 175

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

Shades of Fuchsia #C863AF

Tints of Fuchsia #C863AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 42.19%
G = 20.89%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C863AF (or 0xC863AF) is known color: Fuchsia. HEX triplet: C8, 63 and AF. RGB value is (200,99,175). Sum of RGB (Red+Green+Blue) = 200+99+175=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C863AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C863AF is #379C50. Grayscale: #898989. Windows color (decimal): -3644497 or 11494344. OLE color: 11494344.

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

Color convert

RGB 200 99 175 -
CMYK 0 0.50 0.12 0.22
HSL 314.85º 0.48% 0.59% -
HSV(B) 314.85º 0.51% 0.78% -
XYZ 36.02 24.3 43.35 -
YUV 137.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 200 99 175 0 0.50 0.12 0.22 314.85 0.48 0.59
Hex C8 63 AF 0 32 C 16 13B 30 3B
Octal 310 143 257 0 62 14 26 473 60 73
Binary 11001000 1100011 10101111 0 110010 1100 10110 100111011 110000 111011

Color Harmonies of #C863AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C863AF

Black with #C863AF

Text Example


Text Example

White with #C863AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C863AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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