Html Css Color HEX #C54CAA Fuchsia

📋 copy color: '#C54CAA'

red 197 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #C54CAA

Tints of Fuchsia #C54CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 44.47%
G = 17.16%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C54CAA (or 0xC54CAA) is known color: Fuchsia. HEX triplet: C5, 4C and AA. RGB value is (197,76,170). Sum of RGB (Red+Green+Blue) = 197+76+170=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54CAA is #3AB355. Grayscale: #7A7A7A. Windows color (decimal): -3846998 or 11160773. OLE color: 11160773.

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

Color convert

RGB 197 76 170 -
CMYK 0 0.61 0.14 0.23
HSL 313.39º 0.51% 0.54% -
HSV(B) 313.39º 0.61% 0.77% -
XYZ 32.87 19.94 40.15 -
YUV 122.9 154.59 180.86 -
System Red Green Blue C M Y K H S L
Decimal 197 76 170 0 0.61 0.14 0.23 313.39 0.51 0.54
Hex C5 4C AA 0 3D E 17 139 33 36
Octal 305 114 252 0 75 16 27 471 63 66
Binary 11000101 1001100 10101010 0 111101 1110 10111 100111001 110011 110110

Color Harmonies of #C54CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CAA

Black with #C54CAA

Text Example


Text Example

White with #C54CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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