Html Css Color HEX #C059BF Fuchsia

📋 copy color: '#C059BF'

red 192 ◦ green 89 ◦ blue 191

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

Shades of Fuchsia #C059BF

Tints of Fuchsia #C059BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.47%

R = 40.68%
G = 18.86%
B = 40.47%

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

#C059BF (or 0xC059BF) is known color: Fuchsia. HEX triplet: C0, 59 and BF. RGB value is (192,89,191). Sum of RGB (Red+Green+Blue) = 192+89+191=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C059BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059BF is #3FA640. Grayscale: #838383. Windows color (decimal): -4171329 or 12540352. OLE color: 12540352.

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

Color convert

RGB 192 89 191 -
CMYK 0 0.54 0.01 0.25
HSL 300.58º 0.45% 0.55% -
HSV(B) 300.58º 0.54% 0.75% -
XYZ 34.71 22.11 51.73 -
YUV 131.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 192 89 191 0 0.54 0.01 0.25 300.58 0.45 0.55
Hex C0 59 BF 0 36 1 19 12D 2D 37
Octal 300 131 277 0 66 1 31 455 55 67
Binary 11000000 1011001 10111111 0 110110 1 11001 100101101 101101 110111

Color Harmonies of #C059BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059BF

Black with #C059BF

Text Example


Text Example

White with #C059BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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