Html Css Color HEX #C54AB1 Fuchsia

📋 copy color: '#C54AB1'

red 197 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #C54AB1

Tints of Fuchsia #C54AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.52%

 BLUE value IS 177 (69.53% from 255) = 39.51%

R = 43.97%
G = 16.52%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C54AB1 (or 0xC54AB1) is known color: Fuchsia. HEX triplet: C5, 4A and B1. RGB value is (197,74,177). Sum of RGB (Red+Green+Blue) = 197+74+177=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C54AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54AB1 is #3AB54E. Grayscale: #7A7A7A. Windows color (decimal): -3847503 or 11619013. OLE color: 11619013.

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

Color convert

RGB 197 74 177 -
CMYK 0 0.62 0.10 0.23
HSL 309.76º 0.51% 0.53% -
HSV(B) 309.76º 0.62% 0.77% -
XYZ 33.41 19.94 43.68 -
YUV 122.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 197 74 177 0 0.62 0.10 0.23 309.76 0.51 0.53
Hex C5 4A B1 0 3E A 17 136 33 35
Octal 305 112 261 0 76 12 27 466 63 65
Binary 11000101 1001010 10110001 0 111110 1010 10111 100110110 110011 110101

Color Harmonies of #C54AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54AB1

Black with #C54AB1

Text Example


Text Example

White with #C54AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54AB1; }

 p { color: rgb(197,74,177); }

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

background-color css

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

 a { background-color: rgb(197,74,177); }

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

border-color css

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

 span { border-color: rgb(197,74,177); }

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