Html Css Color HEX #C544AC Fuchsia

📋 copy color: '#C544AC'

red 197 ◦ green 68 ◦ blue 172

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

Shades of Fuchsia #C544AC

Tints of Fuchsia #C544AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.56%

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

R = 45.08%
G = 15.56%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C544AC (or 0xC544AC) is known color: Fuchsia. HEX triplet: C5, 44 and AC. RGB value is (197,68,172). Sum of RGB (Red+Green+Blue) = 197+68+172=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C544AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544AC is #3ABB53. Grayscale: #767676. Windows color (decimal): -3849044 or 11289797. OLE color: 11289797.

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

Color convert

RGB 197 68 172 -
CMYK 0 0.65 0.13 0.23
HSL 311.63º 0.53% 0.52% -
HSV(B) 311.63º 0.65% 0.77% -
XYZ 32.54 18.98 40.98 -
YUV 118.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 197 68 172 0 0.65 0.13 0.23 311.63 0.53 0.52
Hex C5 44 AC 0 41 D 17 138 35 34
Octal 305 104 254 0 101 15 27 470 65 64
Binary 11000101 1000100 10101100 0 1000001 1101 10111 100111000 110101 110100

Color Harmonies of #C544AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544AC

Black with #C544AC

Text Example


Text Example

White with #C544AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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