Html Css Color HEX #C544AB Fuchsia

📋 copy color: '#C544AB'

red 197 ◦ green 68 ◦ blue 171

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

Shades of Fuchsia #C544AB

Tints of Fuchsia #C544AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 45.18%
G = 15.6%
B = 39.22%

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

#C544AB (or 0xC544AB) is known color: Fuchsia. HEX triplet: C5, 44 and AB. RGB value is (197,68,171). Sum of RGB (Red+Green+Blue) = 197+68+171=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C544AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544AB is #3ABB54. Grayscale: #767676. Windows color (decimal): -3849045 or 11224261. OLE color: 11224261.

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

Color convert

RGB 197 68 171 -
CMYK 0 0.65 0.13 0.23
HSL 312.09º 0.53% 0.52% -
HSV(B) 312.09º 0.65% 0.77% -
XYZ 32.44 18.94 40.47 -
YUV 118.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 197 68 171 0 0.65 0.13 0.23 312.09 0.53 0.52
Hex C5 44 AB 0 41 D 17 138 35 34
Octal 305 104 253 0 101 15 27 470 65 64
Binary 11000101 1000100 10101011 0 1000001 1101 10111 100111000 110101 110100

Color Harmonies of #C544AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544AB

Black with #C544AB

Text Example


Text Example

White with #C544AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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