Html Css Color HEX #C546BA Fuchsia

📋 copy color: '#C546BA'

red 197 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #C546BA

Tints of Fuchsia #C546BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 43.49%
G = 15.45%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C546BA (or 0xC546BA) is known color: Fuchsia. HEX triplet: C5, 46 and BA. RGB value is (197,70,186). Sum of RGB (Red+Green+Blue) = 197+70+186=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C546BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546BA is #3AB945. Grayscale: #787878. Windows color (decimal): -3848518 or 12207813. OLE color: 12207813.

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

Color convert

RGB 197 70 186 -
CMYK 0 0.64 0.06 0.23
HSL 305.2º 0.52% 0.52% -
HSV(B) 305.2º 0.64% 0.77% -
XYZ 34.08 19.8 48.48 -
YUV 121.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 197 70 186 0 0.64 0.06 0.23 305.2 0.52 0.52
Hex C5 46 BA 0 40 6 17 131 34 34
Octal 305 106 272 0 100 6 27 461 64 64
Binary 11000101 1000110 10111010 0 1000000 110 10111 100110001 110100 110100

Color Harmonies of #C546BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546BA

Black with #C546BA

Text Example


Text Example

White with #C546BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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