Html Css Color HEX #C548AA Fuchsia

📋 copy color: '#C548AA'

red 197 ◦ green 72 ◦ blue 170

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

Shades of Fuchsia #C548AA

Tints of Fuchsia #C548AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 44.87%
G = 16.4%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C548AA (or 0xC548AA) is known color: Fuchsia. HEX triplet: C5, 48 and AA. RGB value is (197,72,170). Sum of RGB (Red+Green+Blue) = 197+72+170=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C548AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C548AA is #3AB755. Grayscale: #787878. Windows color (decimal): -3848022 or 11159749. OLE color: 11159749.

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

Color convert

RGB 197 72 170 -
CMYK 0 0.63 0.14 0.23
HSL 312.96º 0.52% 0.53% -
HSV(B) 312.96º 0.63% 0.77% -
XYZ 32.6 19.41 40.06 -
YUV 120.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 197 72 170 0 0.63 0.14 0.23 312.96 0.52 0.53
Hex C5 48 AA 0 3F E 17 139 34 35
Octal 305 110 252 0 77 16 27 471 64 65
Binary 11000101 1001000 10101010 0 111111 1110 10111 100111001 110100 110101

Color Harmonies of #C548AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548AA

Black with #C548AA

Text Example


Text Example

White with #C548AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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