Html Css Color HEX #C048AC Fuchsia

📋 copy color: '#C048AC'

red 192 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #C048AC

Tints of Fuchsia #C048AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.51%

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

R = 44.04%
G = 16.51%
B = 39.45%

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

#C048AC (or 0xC048AC) is known color: Fuchsia. HEX triplet: C0, 48 and AC. RGB value is (192,72,172). Sum of RGB (Red+Green+Blue) = 192+72+172=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C048AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048AC is #3FB753. Grayscale: #767676. Windows color (decimal): -4175700 or 11290816. OLE color: 11290816.

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

Color convert

RGB 192 72 172 -
CMYK 0 0.63 0.10 0.25
HSL 310º 0.49% 0.52% -
HSV(B) 310º 0.63% 0.75% -
XYZ 31.5 18.82 41 -
YUV 119.28 157.76 179.87 -
System Red Green Blue C M Y K H S L
Decimal 192 72 172 0 0.63 0.10 0.25 310 0.49 0.52
Hex C0 48 AC 0 3F A 19 136 31 34
Octal 300 110 254 0 77 12 31 466 61 64
Binary 11000000 1001000 10101100 0 111111 1010 11001 100110110 110001 110100

Color Harmonies of #C048AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048AC

Black with #C048AC

Text Example


Text Example

White with #C048AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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