Html Css Color HEX #C259AF Fuchsia

📋 copy color: '#C259AF'

red 194 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #C259AF

Tints of Fuchsia #C259AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.21%

R = 42.36%
G = 19.43%
B = 38.21%

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

#C259AF (or 0xC259AF) is known color: Fuchsia. HEX triplet: C2, 59 and AF. RGB value is (194,89,175). Sum of RGB (Red+Green+Blue) = 194+89+175=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C259AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259AF is #3DA650. Grayscale: #818181. Windows color (decimal): -4040273 or 11491778. OLE color: 11491778.

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

Color convert

RGB 194 89 175 -
CMYK 0 0.54 0.10 0.24
HSL 310.86º 0.46% 0.55% -
HSV(B) 310.86º 0.54% 0.76% -
XYZ 33.56 21.71 42.98 -
YUV 130.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 194 89 175 0 0.54 0.10 0.24 310.86 0.46 0.55
Hex C2 59 AF 0 36 A 18 137 2E 37
Octal 302 131 257 0 66 12 30 467 56 67
Binary 11000010 1011001 10101111 0 110110 1010 11000 100110111 101110 110111

Color Harmonies of #C259AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259AF

Black with #C259AF

Text Example


Text Example

White with #C259AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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