Html Css Color HEX #C047AC Fuchsia

📋 copy color: '#C047AC'

red 192 ◦ green 71 ◦ blue 172

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

Shades of Fuchsia #C047AC

Tints of Fuchsia #C047AC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

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

R = 44.14%
G = 16.32%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C047AC (or 0xC047AC) is known color: Fuchsia. HEX triplet: C0, 47 and AC. RGB value is (192,71,172). Sum of RGB (Red+Green+Blue) = 192+71+172=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C047AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047AC is #3FB853. Grayscale: #767676. Windows color (decimal): -4175956 or 11290560. OLE color: 11290560.

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

Color convert

RGB 192 71 172 -
CMYK 0 0.63 0.10 0.25
HSL 309.92º 0.49% 0.52% -
HSV(B) 309.92º 0.63% 0.75% -
XYZ 31.44 18.69 40.98 -
YUV 118.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 192 71 172 0 0.63 0.10 0.25 309.92 0.49 0.52
Hex C0 47 AC 0 3F A 19 136 31 34
Octal 300 107 254 0 77 12 31 466 61 64
Binary 11000000 1000111 10101100 0 111111 1010 11001 100110110 110001 110100

Color Harmonies of #C047AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047AC

Black with #C047AC

Text Example


Text Example

White with #C047AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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