Html Css Color HEX #C259CA Fuchsia

📋 copy color: '#C259CA'

red 194 ◦ green 89 ◦ blue 202

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

Shades of Fuchsia #C259CA

Tints of Fuchsia #C259CA

RGB

 RED value IS 194 (76.17% from 255) = 40%

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

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

R = 40%
G = 18.35%
B = 41.65%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C259CA (or 0xC259CA) is known color: Fuchsia. HEX triplet: C2, 59 and CA. RGB value is (194,89,202). Sum of RGB (Red+Green+Blue) = 194+89+202=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #C259CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259CA is #3DA635. Grayscale: #848484. Windows color (decimal): -4040246 or 13261250. OLE color: 13261250.

HSL color Cylindrical-coordinate representation of color #C259CA: hue angle of 295.75º 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 #C259CA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 89 202 -
CMYK 0.04 0.56 0 0.21
HSL 295.75º 0.52% 0.57% -
HSV(B) 295.75º 0.56% 0.79% -
XYZ 36.48 22.88 58.37 -
YUV 133.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 194 89 202 0.04 0.56 0 0.21 295.75 0.52 0.57
Hex C2 59 CA 4 38 0 15 128 34 39
Octal 302 131 312 4 70 0 25 450 64 71
Binary 11000010 1011001 11001010 100 111000 0 10101 100101000 110100 111001

Color Harmonies of #C259CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259CA

Black with #C259CA

Text Example


Text Example

White with #C259CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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