Html Css Color HEX #C542AD Fuchsia

📋 copy color: '#C542AD'

red 197 ◦ green 66 ◦ blue 173

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

Shades of Fuchsia #C542AD

Tints of Fuchsia #C542AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.14%

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

R = 45.18%
G = 15.14%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C542AD (or 0xC542AD) is known color: Fuchsia. HEX triplet: C5, 42 and AD. RGB value is (197,66,173). Sum of RGB (Red+Green+Blue) = 197+66+173=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C542AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542AD is #3ABD52. Grayscale: #757575. Windows color (decimal): -3849555 or 11354821. OLE color: 11354821.

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

Color convert

RGB 197 66 173 -
CMYK 0 0.66 0.12 0.23
HSL 310.99º 0.53% 0.52% -
HSV(B) 310.99º 0.66% 0.77% -
XYZ 32.52 18.78 41.45 -
YUV 117.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 197 66 173 0 0.66 0.12 0.23 310.99 0.53 0.52
Hex C5 42 AD 0 42 C 17 137 35 34
Octal 305 102 255 0 102 14 27 467 65 64
Binary 11000101 1000010 10101101 0 1000010 1100 10111 100110111 110101 110100

Color Harmonies of #C542AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542AD

Black with #C542AD

Text Example


Text Example

White with #C542AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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