Html Css Color HEX #C546AB Fuchsia

📋 copy color: '#C546AB'

red 197 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #C546AB

Tints of Fuchsia #C546AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 44.98%
G = 15.98%
B = 39.04%

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

#C546AB (or 0xC546AB) is known color: Fuchsia. HEX triplet: C5, 46 and AB. RGB value is (197,70,171). Sum of RGB (Red+Green+Blue) = 197+70+171=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C546AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546AB is #3AB954. Grayscale: #777777. Windows color (decimal): -3848533 or 11224773. OLE color: 11224773.

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

Color convert

RGB 197 70 171 -
CMYK 0 0.64 0.13 0.23
HSL 312.28º 0.52% 0.52% -
HSV(B) 312.28º 0.64% 0.77% -
XYZ 32.57 19.19 40.52 -
YUV 119.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 197 70 171 0 0.64 0.13 0.23 312.28 0.52 0.52
Hex C5 46 AB 0 40 D 17 138 34 34
Octal 305 106 253 0 100 15 27 470 64 64
Binary 11000101 1000110 10101011 0 1000000 1101 10111 100111000 110100 110100

Color Harmonies of #C546AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546AB

Black with #C546AB

Text Example


Text Example

White with #C546AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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