Html Css Color HEX #C545AD Fuchsia

📋 copy color: '#C545AD'

red 197 ◦ green 69 ◦ blue 173

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

Shades of Fuchsia #C545AD

Tints of Fuchsia #C545AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.72%

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

R = 44.87%
G = 15.72%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C545AD (or 0xC545AD) is known color: Fuchsia. HEX triplet: C5, 45 and AD. RGB value is (197,69,173). Sum of RGB (Red+Green+Blue) = 197+69+173=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C545AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C545AD is #3ABA52. Grayscale: #767676. Windows color (decimal): -3848787 or 11355589. OLE color: 11355589.

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

Color convert

RGB 197 69 173 -
CMYK 0 0.65 0.12 0.23
HSL 311.25º 0.52% 0.52% -
HSV(B) 311.25º 0.65% 0.77% -
XYZ 32.7 19.14 41.51 -
YUV 119.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 197 69 173 0 0.65 0.12 0.23 311.25 0.52 0.52
Hex C5 45 AD 0 41 C 17 137 34 34
Octal 305 105 255 0 101 14 27 467 64 64
Binary 11000101 1000101 10101101 0 1000001 1100 10111 100110111 110100 110100

Color Harmonies of #C545AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545AD

Black with #C545AD

Text Example


Text Example

White with #C545AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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