Html Css Color HEX #C059C2 Fuchsia

📋 copy color: '#C059C2'

red 192 ◦ green 89 ◦ blue 194

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

Shades of Fuchsia #C059C2

Tints of Fuchsia #C059C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 40.42%
G = 18.74%
B = 40.84%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C059C2 (or 0xC059C2) is known color: Fuchsia. HEX triplet: C0, 59 and C2. RGB value is (192,89,194). Sum of RGB (Red+Green+Blue) = 192+89+194=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #C059C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059C2 is #3FA63D. Grayscale: #838383. Windows color (decimal): -4171326 or 12736960. OLE color: 12736960.

HSL color Cylindrical-coordinate representation of color #C059C2: hue angle of 298.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C059C2 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 89 194 -
CMYK 0.01 0.54 0 0.24
HSL 298.86º 0.46% 0.55% -
HSV(B) 298.86º 0.54% 0.76% -
XYZ 35.05 22.25 53.49 -
YUV 131.77 163.12 170.96 -
System Red Green Blue C M Y K H S L
Decimal 192 89 194 0.01 0.54 0 0.24 298.86 0.46 0.55
Hex C0 59 C2 1 36 0 18 12B 2E 37
Octal 300 131 302 1 66 0 30 453 56 67
Binary 11000000 1011001 11000010 1 110110 0 11000 100101011 101110 110111

Color Harmonies of #C059C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059C2

Black with #C059C2

Text Example


Text Example

White with #C059C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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