Html Css Color HEX #C859CA Fuchsia

📋 copy color: '#C859CA'

red 200 ◦ green 89 ◦ blue 202

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

Shades of Fuchsia #C859CA

Tints of Fuchsia #C859CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 40.73%
G = 18.13%
B = 41.14%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C859CA (or 0xC859CA) is known color: Fuchsia. HEX triplet: C8, 59 and CA. RGB value is (200,89,202). Sum of RGB (Red+Green+Blue) = 200+89+202=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #C859CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859CA is #37A635. Grayscale: #868686. Windows color (decimal): -3647030 or 13261256. OLE color: 13261256.

HSL color Cylindrical-coordinate representation of color #C859CA: hue angle of 298.94º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C859CA is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 89 202 -
CMYK 0.01 0.56 0 0.21
HSL 298.94º 0.52% 0.57% -
HSV(B) 298.94º 0.56% 0.79% -
XYZ 38.05 23.69 58.44 -
YUV 135.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 200 89 202 0.01 0.56 0 0.21 298.94 0.52 0.57
Hex C8 59 CA 1 38 0 15 12B 34 39
Octal 310 131 312 1 70 0 25 453 64 71
Binary 11001000 1011001 11001010 1 111000 0 10101 100101011 110100 111001

Color Harmonies of #C859CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C859CA

Black with #C859CA

Text Example


Text Example

White with #C859CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C859CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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