Html Css Color HEX #C54AB9 Fuchsia

📋 copy color: '#C54AB9'

red 197 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #C54AB9

Tints of Fuchsia #C54AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.57%

R = 43.2%
G = 16.23%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C54AB9 (or 0xC54AB9) is known color: Fuchsia. HEX triplet: C5, 4A and B9. RGB value is (197,74,185). Sum of RGB (Red+Green+Blue) = 197+74+185=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C54AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AB9 is #3AB546. Grayscale: #7B7B7B. Windows color (decimal): -3847495 or 12143301. OLE color: 12143301.

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

Color convert

RGB 197 74 185 -
CMYK 0 0.62 0.06 0.23
HSL 305.85º 0.51% 0.53% -
HSV(B) 305.85º 0.62% 0.77% -
XYZ 34.23 20.27 48.01 -
YUV 123.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 197 74 185 0 0.62 0.06 0.23 305.85 0.51 0.53
Hex C5 4A B9 0 3E 6 17 132 33 35
Octal 305 112 271 0 76 6 27 462 63 65
Binary 11000101 1001010 10111001 0 111110 110 10111 100110010 110011 110101

Color Harmonies of #C54AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54AB9

Black with #C54AB9

Text Example


Text Example

White with #C54AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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