Html Css Color HEX #C059BE Fuchsia

📋 copy color: '#C059BE'

red 192 ◦ green 89 ◦ blue 190

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

Shades of Fuchsia #C059BE

Tints of Fuchsia #C059BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 40.76%
G = 18.9%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C059BE (or 0xC059BE) is known color: Fuchsia. HEX triplet: C0, 59 and BE. RGB value is (192,89,190). Sum of RGB (Red+Green+Blue) = 192+89+190=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C059BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059BE is #3FA641. Grayscale: #838383. Windows color (decimal): -4171330 or 12474816. OLE color: 12474816.

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

Color convert

RGB 192 89 190 -
CMYK 0 0.54 0.01 0.25
HSL 301.17º 0.45% 0.55% -
HSV(B) 301.17º 0.54% 0.75% -
XYZ 34.6 22.07 51.15 -
YUV 131.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 192 89 190 0 0.54 0.01 0.25 301.17 0.45 0.55
Hex C0 59 BE 0 36 1 19 12D 2D 37
Octal 300 131 276 0 66 1 31 455 55 67
Binary 11000000 1011001 10111110 0 110110 1 11001 100101101 101101 110111

Color Harmonies of #C059BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059BE

Black with #C059BE

Text Example


Text Example

White with #C059BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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