Html Css Color HEX #C546AC Fuchsia

📋 copy color: '#C546AC'

red 197 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #C546AC

Tints of Fuchsia #C546AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.18%

R = 44.87%
G = 15.95%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C546AC (or 0xC546AC) is known color: Fuchsia. HEX triplet: C5, 46 and AC. RGB value is (197,70,172). Sum of RGB (Red+Green+Blue) = 197+70+172=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C546AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546AC is #3AB953. Grayscale: #777777. Windows color (decimal): -3848532 or 11290309. OLE color: 11290309.

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

Color convert

RGB 197 70 172 -
CMYK 0 0.64 0.13 0.23
HSL 311.81º 0.52% 0.52% -
HSV(B) 311.81º 0.64% 0.77% -
XYZ 32.66 19.23 41.02 -
YUV 119.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 197 70 172 0 0.64 0.13 0.23 311.81 0.52 0.52
Hex C5 46 AC 0 40 D 17 138 34 34
Octal 305 106 254 0 100 15 27 470 64 64
Binary 11000101 1000110 10101100 0 1000000 1101 10111 100111000 110100 110100

Color Harmonies of #C546AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546AC

Black with #C546AC

Text Example


Text Example

White with #C546AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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