Html Css Color HEX #C543AA Fuchsia

📋 copy color: '#C543AA'

red 197 ◦ green 67 ◦ blue 170

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

Shades of Fuchsia #C543AA

Tints of Fuchsia #C543AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.44%

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

R = 45.39%
G = 15.44%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C543AA (or 0xC543AA) is known color: Fuchsia. HEX triplet: C5, 43 and AA. RGB value is (197,67,170). Sum of RGB (Red+Green+Blue) = 197+67+170=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C543AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C543AA is #3ABC55. Grayscale: #757575. Windows color (decimal): -3849302 or 11158469. OLE color: 11158469.

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

Color convert

RGB 197 67 170 -
CMYK 0 0.66 0.14 0.23
HSL 312.46º 0.53% 0.52% -
HSV(B) 312.46º 0.66% 0.77% -
XYZ 32.29 18.79 39.95 -
YUV 117.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 197 67 170 0 0.66 0.14 0.23 312.46 0.53 0.52
Hex C5 43 AA 0 42 E 17 138 35 34
Octal 305 103 252 0 102 16 27 470 65 64
Binary 11000101 1000011 10101010 0 1000010 1110 10111 100111000 110101 110100

Color Harmonies of #C543AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C543AA

Black with #C543AA

Text Example


Text Example

White with #C543AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C543AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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