Html Css Color HEX #C54DAE Fuchsia

📋 copy color: '#C54DAE'

red 197 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #C54DAE

Tints of Fuchsia #C54DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.19%

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

R = 43.97%
G = 17.19%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C54DAE (or 0xC54DAE) is known color: Fuchsia. HEX triplet: C5, 4D and AE. RGB value is (197,77,174). Sum of RGB (Red+Green+Blue) = 197+77+174=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C54DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54DAE is #3AB251. Grayscale: #7B7B7B. Windows color (decimal): -3846738 or 11423173. OLE color: 11423173.

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

Color convert

RGB 197 77 174 -
CMYK 0 0.61 0.12 0.23
HSL 311.5º 0.51% 0.54% -
HSV(B) 311.5º 0.61% 0.77% -
XYZ 33.32 20.23 42.19 -
YUV 123.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 197 77 174 0 0.61 0.12 0.23 311.5 0.51 0.54
Hex C5 4D AE 0 3D C 17 138 33 36
Octal 305 115 256 0 75 14 27 470 63 66
Binary 11000101 1001101 10101110 0 111101 1100 10111 100111000 110011 110110

Color Harmonies of #C54DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DAE

Black with #C54DAE

Text Example


Text Example

White with #C54DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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