Html Css Color HEX #C54AC4 Fuchsia

📋 copy color: '#C54AC4'

red 197 ◦ green 74 ◦ blue 196

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

Shades of Fuchsia #C54AC4

Tints of Fuchsia #C54AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.97%

R = 42.18%
G = 15.85%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C54AC4 (or 0xC54AC4) is known color: Fuchsia. HEX triplet: C5, 4A and C4. RGB value is (197,74,196). Sum of RGB (Red+Green+Blue) = 197+74+196=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C54AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AC4 is #3AB53B. Grayscale: #7C7C7C. Windows color (decimal): -3847484 or 12864197. OLE color: 12864197.

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

Color convert

RGB 197 74 196 -
CMYK 0 0.62 0.01 0.23
HSL 300.49º 0.51% 0.53% -
HSV(B) 300.49º 0.62% 0.77% -
XYZ 35.44 20.75 54.36 -
YUV 124.69 168.25 179.58 -
System Red Green Blue C M Y K H S L
Decimal 197 74 196 0 0.62 0.01 0.23 300.49 0.51 0.53
Hex C5 4A C4 0 3E 1 17 12C 33 35
Octal 305 112 304 0 76 1 27 454 63 65
Binary 11000101 1001010 11000100 0 111110 1 10111 100101100 110011 110101

Color Harmonies of #C54AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54AC4

Black with #C54AC4

Text Example


Text Example

White with #C54AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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