Html Css Color HEX #C548AC Fuchsia

📋 copy color: '#C548AC'

red 197 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #C548AC

Tints of Fuchsia #C548AC

RGB

 RED value IS 197 (77.34% from 255) = 44.67%

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

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

R = 44.67%
G = 16.33%
B = 39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C548AC (or 0xC548AC) is known color: Fuchsia. HEX triplet: C5, 48 and AC. RGB value is (197,72,172). Sum of RGB (Red+Green+Blue) = 197+72+172=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C548AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C548AC is #3AB753. Grayscale: #787878. Windows color (decimal): -3848020 or 11290821. OLE color: 11290821.

HSL color Cylindrical-coordinate representation of color #C548AC: hue angle of 312º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C548AC is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 72 172 -
CMYK 0 0.63 0.13 0.23
HSL 312º 0.52% 0.53% -
HSV(B) 312º 0.63% 0.77% -
XYZ 32.79 19.48 41.06 -
YUV 120.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 197 72 172 0 0.63 0.13 0.23 312 0.52 0.53
Hex C5 48 AC 0 3F D 17 138 34 35
Octal 305 110 254 0 77 15 27 470 64 65
Binary 11000101 1001000 10101100 0 111111 1101 10111 100111000 110100 110101

Color Harmonies of #C548AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548AC

Black with #C548AC

Text Example


Text Example

White with #C548AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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