Html Css Color HEX #C259AE Fuchsia

📋 copy color: '#C259AE'

red 194 ◦ green 89 ◦ blue 174

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

Shades of Fuchsia #C259AE

Tints of Fuchsia #C259AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 42.45%
G = 19.47%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C259AE (or 0xC259AE) is known color: Fuchsia. HEX triplet: C2, 59 and AE. RGB value is (194,89,174). Sum of RGB (Red+Green+Blue) = 194+89+174=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C259AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259AE is #3DA651. Grayscale: #818181. Windows color (decimal): -4040274 or 11426242. OLE color: 11426242.

HSL color Cylindrical-coordinate representation of color #C259AE: hue angle of 311.43º 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 #C259AE is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 89 174 -
CMYK 0 0.54 0.10 0.24
HSL 311.43º 0.46% 0.55% -
HSV(B) 311.43º 0.54% 0.76% -
XYZ 33.46 21.67 42.46 -
YUV 130.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 194 89 174 0 0.54 0.10 0.24 311.43 0.46 0.55
Hex C2 59 AE 0 36 A 18 137 2E 37
Octal 302 131 256 0 66 12 30 467 56 67
Binary 11000010 1011001 10101110 0 110110 1010 11000 100110111 101110 110111

Color Harmonies of #C259AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259AE

Black with #C259AE

Text Example


Text Example

White with #C259AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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