Html Css Color HEX #C545AA Fuchsia

📋 copy color: '#C545AA'

red 197 ◦ green 69 ◦ blue 170

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

Shades of Fuchsia #C545AA

Tints of Fuchsia #C545AA

RGB

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

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

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

R = 45.18%
G = 15.83%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C545AA (or 0xC545AA) is known color: Fuchsia. HEX triplet: C5, 45 and AA. RGB value is (197,69,170). Sum of RGB (Red+Green+Blue) = 197+69+170=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C545AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C545AA is #3ABA55. Grayscale: #767676. Windows color (decimal): -3848790 or 11158981. OLE color: 11158981.

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

Color convert

RGB 197 69 170 -
CMYK 0 0.65 0.14 0.23
HSL 312.66º 0.52% 0.52% -
HSV(B) 312.66º 0.65% 0.77% -
XYZ 32.41 19.03 39.99 -
YUV 118.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 197 69 170 0 0.65 0.14 0.23 312.66 0.52 0.52
Hex C5 45 AA 0 41 E 17 139 34 34
Octal 305 105 252 0 101 16 27 471 64 64
Binary 11000101 1000101 10101010 0 1000001 1110 10111 100111001 110100 110100

Color Harmonies of #C545AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545AA

Black with #C545AA

Text Example


Text Example

White with #C545AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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