Html Css Color HEX #C057AC Fuchsia

📋 copy color: '#C057AC'

red 192 ◦ green 87 ◦ blue 172

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

Shades of Fuchsia #C057AC

Tints of Fuchsia #C057AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.29%

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 42.57%
G = 19.29%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C057AC (or 0xC057AC) is known color: Fuchsia. HEX triplet: C0, 57 and AC. RGB value is (192,87,172). Sum of RGB (Red+Green+Blue) = 192+87+172=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C057AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057AC is #3FA853. Grayscale: #7F7F7F. Windows color (decimal): -4171860 or 11294656. OLE color: 11294656.

HSL color Cylindrical-coordinate representation of color #C057AC: hue angle of 311.43º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C057AC is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 172 -
CMYK 0 0.55 0.10 0.25
HSL 311.43º 0.45% 0.55% -
HSV(B) 311.43º 0.55% 0.75% -
XYZ 32.59 21 41.37 -
YUV 128.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 192 87 172 0 0.55 0.10 0.25 311.43 0.45 0.55
Hex C0 57 AC 0 37 A 19 137 2D 37
Octal 300 127 254 0 67 12 31 467 55 67
Binary 11000000 1010111 10101100 0 110111 1010 11001 100110111 101101 110111

Color Harmonies of #C057AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057AC

Black with #C057AC

Text Example


Text Example

White with #C057AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057AC; }

 p { color: rgb(192,87,172); }

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

background-color css

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

 a { background-color: rgb(192,87,172); }

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

border-color css

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

 span { border-color: rgb(192,87,172); }

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