Html Css Color HEX #C059B1 Fuchsia

📋 copy color: '#C059B1'

red 192 ◦ green 89 ◦ blue 177

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

Shades of Fuchsia #C059B1

Tints of Fuchsia #C059B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.65%

R = 41.92%
G = 19.43%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C059B1 (or 0xC059B1) is known color: Fuchsia. HEX triplet: C0, 59 and B1. RGB value is (192,89,177). Sum of RGB (Red+Green+Blue) = 192+89+177=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C059B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059B1 is #3FA64E. Grayscale: #818181. Windows color (decimal): -4171343 or 11622848. OLE color: 11622848.

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

Color convert

RGB 192 89 177 -
CMYK 0 0.54 0.08 0.25
HSL 308.74º 0.45% 0.55% -
HSV(B) 308.74º 0.54% 0.75% -
XYZ 33.25 21.53 44 -
YUV 129.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 192 89 177 0 0.54 0.08 0.25 308.74 0.45 0.55
Hex C0 59 B1 0 36 8 19 135 2D 37
Octal 300 131 261 0 66 10 31 465 55 67
Binary 11000000 1011001 10110001 0 110110 1000 11001 100110101 101101 110111

Color Harmonies of #C059B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059B1

Black with #C059B1

Text Example


Text Example

White with #C059B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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