Html Css Color HEX #C540A9 Fuchsia

📋 copy color: '#C540A9'

red 197 ◦ green 64 ◦ blue 169

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

Shades of Fuchsia #C540A9

Tints of Fuchsia #C540A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.3%

R = 45.81%
G = 14.88%
B = 39.3%

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

#C540A9 (or 0xC540A9) is known color: Fuchsia. HEX triplet: C5, 40 and A9. RGB value is (197,64,169). Sum of RGB (Red+Green+Blue) = 197+64+169=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C540A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540A9 is #3ABF56. Grayscale: #737373. Windows color (decimal): -3850071 or 11092165. OLE color: 11092165.

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

Color convert

RGB 197 64 169 -
CMYK 0 0.68 0.14 0.23
HSL 312.63º 0.53% 0.51% -
HSV(B) 312.63º 0.68% 0.77% -
XYZ 32.02 18.4 39.4 -
YUV 115.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 197 64 169 0 0.68 0.14 0.23 312.63 0.53 0.51
Hex C5 40 A9 0 44 E 17 139 35 33
Octal 305 100 251 0 104 16 27 471 65 63
Binary 11000101 1000000 10101001 0 1000100 1110 10111 100111001 110101 110011

Color Harmonies of #C540A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540A9

Black with #C540A9

Text Example


Text Example

White with #C540A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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