Html Css Color HEX #C54CAE Fuchsia

📋 copy color: '#C54CAE'

red 197 ◦ green 76 ◦ blue 174

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

Shades of Fuchsia #C54CAE

Tints of Fuchsia #C54CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17%

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

R = 44.07%
G = 17%
B = 38.93%

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

#C54CAE (or 0xC54CAE) is known color: Fuchsia. HEX triplet: C5, 4C and AE. RGB value is (197,76,174). Sum of RGB (Red+Green+Blue) = 197+76+174=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54CAE is #3AB351. Grayscale: #7B7B7B. Windows color (decimal): -3846994 or 11422917. OLE color: 11422917.

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

Color convert

RGB 197 76 174 -
CMYK 0 0.61 0.12 0.23
HSL 311.41º 0.51% 0.54% -
HSV(B) 311.41º 0.61% 0.77% -
XYZ 33.25 20.1 42.17 -
YUV 123.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 197 76 174 0 0.61 0.12 0.23 311.41 0.51 0.54
Hex C5 4C AE 0 3D C 17 137 33 36
Octal 305 114 256 0 75 14 27 467 63 66
Binary 11000101 1001100 10101110 0 111101 1100 10111 100110111 110011 110110

Color Harmonies of #C54CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CAE

Black with #C54CAE

Text Example


Text Example

White with #C54CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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