Html Css Color HEX #C541AA Fuchsia

📋 copy color: '#C541AA'

red 197 ◦ green 65 ◦ blue 170

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

Shades of Fuchsia #C541AA

Tints of Fuchsia #C541AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.05%

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

R = 45.6%
G = 15.05%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C541AA (or 0xC541AA) is known color: Fuchsia. HEX triplet: C5, 41 and AA. RGB value is (197,65,170). Sum of RGB (Red+Green+Blue) = 197+65+170=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C541AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541AA is #3ABE55. Grayscale: #747474. Windows color (decimal): -3849814 or 11157957. OLE color: 11157957.

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

Color convert

RGB 197 65 170 -
CMYK 0 0.67 0.14 0.23
HSL 312.27º 0.53% 0.51% -
HSV(B) 312.27º 0.67% 0.77% -
XYZ 32.17 18.55 39.92 -
YUV 116.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 197 65 170 0 0.67 0.14 0.23 312.27 0.53 0.51
Hex C5 41 AA 0 43 E 17 138 35 33
Octal 305 101 252 0 103 16 27 470 65 63
Binary 11000101 1000001 10101010 0 1000011 1110 10111 100111000 110101 110011

Color Harmonies of #C541AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541AA

Black with #C541AA

Text Example


Text Example

White with #C541AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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