Html Css Color HEX #C546AA Fuchsia

📋 copy color: '#C546AA'

red 197 ◦ green 70 ◦ blue 170

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

Shades of Fuchsia #C546AA

Tints of Fuchsia #C546AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.02%

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

R = 45.08%
G = 16.02%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C546AA (or 0xC546AA) is known color: Fuchsia. HEX triplet: C5, 46 and AA. RGB value is (197,70,170). Sum of RGB (Red+Green+Blue) = 197+70+170=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C546AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546AA is #3AB955. Grayscale: #777777. Windows color (decimal): -3848534 or 11159237. OLE color: 11159237.

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

Color convert

RGB 197 70 170 -
CMYK 0 0.64 0.14 0.23
HSL 312.76º 0.52% 0.52% -
HSV(B) 312.76º 0.64% 0.77% -
XYZ 32.47 19.15 40.02 -
YUV 119.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 197 70 170 0 0.64 0.14 0.23 312.76 0.52 0.52
Hex C5 46 AA 0 40 E 17 139 34 34
Octal 305 106 252 0 100 16 27 471 64 64
Binary 11000101 1000110 10101010 0 1000000 1110 10111 100111001 110100 110100

Color Harmonies of #C546AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546AA

Black with #C546AA

Text Example


Text Example

White with #C546AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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