Html Css Color HEX #C540AD Fuchsia

📋 copy color: '#C540AD'

red 197 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #C540AD

Tints of Fuchsia #C540AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 45.39%
G = 14.75%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C540AD (or 0xC540AD) is known color: Fuchsia. HEX triplet: C5, 40 and AD. RGB value is (197,64,173). Sum of RGB (Red+Green+Blue) = 197+64+173=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C540AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540AD is #3ABF52. Grayscale: #737373. Windows color (decimal): -3850067 or 11354309. OLE color: 11354309.

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

Color convert

RGB 197 64 173 -
CMYK 0 0.68 0.12 0.23
HSL 310.83º 0.53% 0.51% -
HSV(B) 310.83º 0.68% 0.77% -
XYZ 32.4 18.55 41.41 -
YUV 116.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 197 64 173 0 0.68 0.12 0.23 310.83 0.53 0.51
Hex C5 40 AD 0 44 C 17 137 35 33
Octal 305 100 255 0 104 14 27 467 65 63
Binary 11000101 1000000 10101101 0 1000100 1100 10111 100110111 110101 110011

Color Harmonies of #C540AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540AD

Black with #C540AD

Text Example


Text Example

White with #C540AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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