Html Css Color HEX #C863BA Fuchsia

📋 copy color: '#C863BA'

red 200 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #C863BA

Tints of Fuchsia #C863BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 41.24%
G = 20.41%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C863BA (or 0xC863BA) is known color: Fuchsia. HEX triplet: C8, 63 and BA. RGB value is (200,99,186). Sum of RGB (Red+Green+Blue) = 200+99+186=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C863BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863BA is #379C45. Grayscale: #8A8A8A. Windows color (decimal): -3644486 or 12215240. OLE color: 12215240.

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

Color convert

RGB 200 99 186 -
CMYK 0 0.50 0.07 0.22
HSL 308.32º 0.48% 0.59% -
HSV(B) 308.32º 0.51% 0.78% -
XYZ 37.14 24.75 49.27 -
YUV 139.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 200 99 186 0 0.50 0.07 0.22 308.32 0.48 0.59
Hex C8 63 BA 0 32 7 16 134 30 3B
Octal 310 143 272 0 62 7 26 464 60 73
Binary 11001000 1100011 10111010 0 110010 111 10110 100110100 110000 111011

Color Harmonies of #C863BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C863BA

Black with #C863BA

Text Example


Text Example

White with #C863BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C863BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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