Html Css Color HEX #C049AC Fuchsia

📋 copy color: '#C049AC'

red 192 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #C049AC

Tints of Fuchsia #C049AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.7%

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

R = 43.94%
G = 16.7%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C049AC (or 0xC049AC) is known color: Fuchsia. HEX triplet: C0, 49 and AC. RGB value is (192,73,172). Sum of RGB (Red+Green+Blue) = 192+73+172=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C049AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049AC is #3FB653. Grayscale: #777777. Windows color (decimal): -4175444 or 11291072. OLE color: 11291072.

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

Color convert

RGB 192 73 172 -
CMYK 0 0.62 0.10 0.25
HSL 310.08º 0.49% 0.52% -
HSV(B) 310.08º 0.62% 0.75% -
XYZ 31.57 18.95 41.02 -
YUV 119.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 192 73 172 0 0.62 0.10 0.25 310.08 0.49 0.52
Hex C0 49 AC 0 3E A 19 136 31 34
Octal 300 111 254 0 76 12 31 466 61 64
Binary 11000000 1001001 10101100 0 111110 1010 11001 100110110 110001 110100

Color Harmonies of #C049AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049AC

Black with #C049AC

Text Example


Text Example

White with #C049AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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