Html Css Color HEX #C059B2 Fuchsia

📋 copy color: '#C059B2'

red 192 ◦ green 89 ◦ blue 178

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

Shades of Fuchsia #C059B2

Tints of Fuchsia #C059B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.78%

R = 41.83%
G = 19.39%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C059B2 (or 0xC059B2) is known color: Fuchsia. HEX triplet: C0, 59 and B2. RGB value is (192,89,178). Sum of RGB (Red+Green+Blue) = 192+89+178=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C059B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059B2 is #3FA64D. Grayscale: #818181. Windows color (decimal): -4171342 or 11688384. OLE color: 11688384.

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

Color convert

RGB 192 89 178 -
CMYK 0 0.54 0.07 0.25
HSL 308.16º 0.45% 0.55% -
HSV(B) 308.16º 0.54% 0.75% -
XYZ 33.35 21.57 44.52 -
YUV 129.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 192 89 178 0 0.54 0.07 0.25 308.16 0.45 0.55
Hex C0 59 B2 0 36 7 19 134 2D 37
Octal 300 131 262 0 66 7 31 464 55 67
Binary 11000000 1011001 10110010 0 110110 111 11001 100110100 101101 110111

Color Harmonies of #C059B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059B2

Black with #C059B2

Text Example


Text Example

White with #C059B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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