Html Css Color HEX #C059B5 Fuchsia

📋 copy color: '#C059B5'

red 192 ◦ green 89 ◦ blue 181

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

Shades of Fuchsia #C059B5

Tints of Fuchsia #C059B5

RGB

 RED value IS 192 (75.39% from 255) = 41.56%

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

 BLUE value IS 181 (71.09% from 255) = 39.18%

R = 41.56%
G = 19.26%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C059B5 (or 0xC059B5) is known color: Fuchsia. HEX triplet: C0, 59 and B5. RGB value is (192,89,181). Sum of RGB (Red+Green+Blue) = 192+89+181=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C059B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059B5 is #3FA64A. Grayscale: #828282. Windows color (decimal): -4171339 or 11884992. OLE color: 11884992.

HSL color Cylindrical-coordinate representation of color #C059B5: hue angle of 306.41º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C059B5 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 181 -
CMYK 0 0.54 0.06 0.25
HSL 306.41º 0.45% 0.55% -
HSV(B) 306.41º 0.54% 0.75% -
XYZ 33.65 21.69 46.13 -
YUV 130.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 192 89 181 0 0.54 0.06 0.25 306.41 0.45 0.55
Hex C0 59 B5 0 36 6 19 132 2D 37
Octal 300 131 265 0 66 6 31 462 55 67
Binary 11000000 1011001 10110101 0 110110 110 11001 100110010 101101 110111

Color Harmonies of #C059B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059B5

Black with #C059B5

Text Example


Text Example

White with #C059B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059B5; }

 p { color: rgb(192,89,181); }

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

background-color css

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

 a { background-color: rgb(192,89,181); }

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

border-color css

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

 span { border-color: rgb(192,89,181); }

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