Html Css Color HEX #C259A8 Fuchsia

📋 copy color: '#C259A8'

red 194 ◦ green 89 ◦ blue 168

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

Shades of Fuchsia #C259A8

Tints of Fuchsia #C259A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.25%

R = 43.02%
G = 19.73%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C259A8 (or 0xC259A8) is known color: Fuchsia. HEX triplet: C2, 59 and A8. RGB value is (194,89,168). Sum of RGB (Red+Green+Blue) = 194+89+168=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C259A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259A8 is #3DA657. Grayscale: #818181. Windows color (decimal): -4040280 or 11033026. OLE color: 11033026.

HSL color Cylindrical-coordinate representation of color #C259A8: hue angle of 314.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C259A8 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 89 168 -
CMYK 0 0.54 0.13 0.24
HSL 314.86º 0.46% 0.55% -
HSV(B) 314.86º 0.54% 0.76% -
XYZ 32.89 21.44 39.45 -
YUV 129.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 194 89 168 0 0.54 0.13 0.24 314.86 0.46 0.55
Hex C2 59 A8 0 36 D 18 13B 2E 37
Octal 302 131 250 0 66 15 30 473 56 67
Binary 11000010 1011001 10101000 0 110110 1101 11000 100111011 101110 110111

Color Harmonies of #C259A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259A8

Black with #C259A8

Text Example


Text Example

White with #C259A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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