Html Css Color HEX #C54EAB Fuchsia

📋 copy color: '#C54EAB'

red 197 ◦ green 78 ◦ blue 171

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

Shades of Fuchsia #C54EAB

Tints of Fuchsia #C54EAB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.49%

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

R = 44.17%
G = 17.49%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C54EAB (or 0xC54EAB) is known color: Fuchsia. HEX triplet: C5, 4E and AB. RGB value is (197,78,171). Sum of RGB (Red+Green+Blue) = 197+78+171=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54EAB is #3AB154. Grayscale: #7B7B7B. Windows color (decimal): -3846485 or 11226821. OLE color: 11226821.

HSL color Cylindrical-coordinate representation of color #C54EAB: hue angle of 313.11º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54EAB is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 78 171 -
CMYK 0 0.60 0.13 0.23
HSL 313.11º 0.51% 0.54% -
HSV(B) 313.11º 0.6% 0.77% -
XYZ 33.1 20.26 40.69 -
YUV 124.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 197 78 171 0 0.60 0.13 0.23 313.11 0.51 0.54
Hex C5 4E AB 0 3C D 17 139 33 36
Octal 305 116 253 0 74 15 27 471 63 66
Binary 11000101 1001110 10101011 0 111100 1101 10111 100111001 110011 110110

Color Harmonies of #C54EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54EAB

Black with #C54EAB

Text Example


Text Example

White with #C54EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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