Html Css Color HEX #C540AA Fuchsia

📋 copy color: '#C540AA'

red 197 ◦ green 64 ◦ blue 170

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

Shades of Fuchsia #C540AA

Tints of Fuchsia #C540AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.85%

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

R = 45.71%
G = 14.85%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C540AA (or 0xC540AA) is known color: Fuchsia. HEX triplet: C5, 40 and AA. RGB value is (197,64,170). Sum of RGB (Red+Green+Blue) = 197+64+170=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C540AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540AA is #3ABF55. Grayscale: #737373. Windows color (decimal): -3850070 or 11157701. OLE color: 11157701.

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

Color convert

RGB 197 64 170 -
CMYK 0 0.68 0.14 0.23
HSL 312.18º 0.53% 0.51% -
HSV(B) 312.18º 0.68% 0.77% -
XYZ 32.12 18.44 39.9 -
YUV 115.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 197 64 170 0 0.68 0.14 0.23 312.18 0.53 0.51
Hex C5 40 AA 0 44 E 17 138 35 33
Octal 305 100 252 0 104 16 27 470 65 63
Binary 11000101 1000000 10101010 0 1000100 1110 10111 100111000 110101 110011

Color Harmonies of #C540AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540AA

Black with #C540AA

Text Example


Text Example

White with #C540AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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