Html Css Color HEX #C544AE Fuchsia

📋 copy color: '#C544AE'

red 197 ◦ green 68 ◦ blue 174

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

Shades of Fuchsia #C544AE

Tints of Fuchsia #C544AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 44.87%
G = 15.49%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C544AE (or 0xC544AE) is known color: Fuchsia. HEX triplet: C5, 44 and AE. RGB value is (197,68,174). Sum of RGB (Red+Green+Blue) = 197+68+174=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C544AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544AE is #3ABB51. Grayscale: #767676. Windows color (decimal): -3849042 or 11420869. OLE color: 11420869.

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

Color convert

RGB 197 68 174 -
CMYK 0 0.65 0.12 0.23
HSL 310.7º 0.53% 0.52% -
HSV(B) 310.7º 0.65% 0.77% -
XYZ 32.73 19.06 42 -
YUV 118.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 197 68 174 0 0.65 0.12 0.23 310.7 0.53 0.52
Hex C5 44 AE 0 41 C 17 137 35 34
Octal 305 104 256 0 101 14 27 467 65 64
Binary 11000101 1000100 10101110 0 1000001 1100 10111 100110111 110101 110100

Color Harmonies of #C544AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544AE

Black with #C544AE

Text Example


Text Example

White with #C544AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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