Html Css Color HEX #C259B3 Fuchsia

📋 copy color: '#C259B3'

red 194 ◦ green 89 ◦ blue 179

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

Shades of Fuchsia #C259B3

Tints of Fuchsia #C259B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.74%

R = 41.99%
G = 19.26%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C259B3 (or 0xC259B3) is known color: Fuchsia. HEX triplet: C2, 59 and B3. RGB value is (194,89,179). Sum of RGB (Red+Green+Blue) = 194+89+179=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C259B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259B3 is #3DA64C. Grayscale: #828282. Windows color (decimal): -4040269 or 11753922. OLE color: 11753922.

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

Color convert

RGB 194 89 179 -
CMYK 0 0.54 0.08 0.24
HSL 308.57º 0.46% 0.55% -
HSV(B) 308.57º 0.54% 0.76% -
XYZ 33.96 21.87 45.08 -
YUV 130.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 194 89 179 0 0.54 0.08 0.24 308.57 0.46 0.55
Hex C2 59 B3 0 36 8 18 135 2E 37
Octal 302 131 263 0 66 10 30 465 56 67
Binary 11000010 1011001 10110011 0 110110 1000 11000 100110101 101110 110111

Color Harmonies of #C259B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259B3

Black with #C259B3

Text Example


Text Example

White with #C259B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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