Html Css Color HEX #C859BA Fuchsia

📋 copy color: '#C859BA'

red 200 ◦ green 89 ◦ blue 186

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

Shades of Fuchsia #C859BA

Tints of Fuchsia #C859BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.74%

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

R = 42.11%
G = 18.74%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C859BA (or 0xC859BA) is known color: Fuchsia. HEX triplet: C8, 59 and BA. RGB value is (200,89,186). Sum of RGB (Red+Green+Blue) = 200+89+186=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C859BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859BA is #37A645. Grayscale: #848484. Windows color (decimal): -3647046 or 12212680. OLE color: 12212680.

HSL color Cylindrical-coordinate representation of color #C859BA: hue angle of 307.57º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C859BA is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 89 186 -
CMYK 0 0.56 0.07 0.22
HSL 307.57º 0.5% 0.57% -
HSV(B) 307.57º 0.56% 0.78% -
XYZ 36.25 22.97 48.98 -
YUV 133.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 200 89 186 0 0.56 0.07 0.22 307.57 0.5 0.57
Hex C8 59 BA 0 38 7 16 134 32 39
Octal 310 131 272 0 70 7 26 464 62 71
Binary 11001000 1011001 10111010 0 111000 111 10110 100110100 110010 111001

Color Harmonies of #C859BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C859BA

Black with #C859BA

Text Example


Text Example

White with #C859BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C859BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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