Html Css Color HEX #C549BA Fuchsia

📋 copy color: '#C549BA'

red 197 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #C549BA

Tints of Fuchsia #C549BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.01%

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

R = 43.2%
G = 16.01%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C549BA (or 0xC549BA) is known color: Fuchsia. HEX triplet: C5, 49 and BA. RGB value is (197,73,186). Sum of RGB (Red+Green+Blue) = 197+73+186=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C549BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549BA is #3AB645. Grayscale: #7A7A7A. Windows color (decimal): -3847750 or 12208581. OLE color: 12208581.

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

Color convert

RGB 197 73 186 -
CMYK 0 0.63 0.06 0.23
HSL 305.32º 0.52% 0.53% -
HSV(B) 305.32º 0.63% 0.77% -
XYZ 34.27 20.18 48.54 -
YUV 122.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 197 73 186 0 0.63 0.06 0.23 305.32 0.52 0.53
Hex C5 49 BA 0 3F 6 17 131 34 35
Octal 305 111 272 0 77 6 27 461 64 65
Binary 11000101 1001001 10111010 0 111111 110 10111 100110001 110100 110101

Color Harmonies of #C549BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549BA

Black with #C549BA

Text Example


Text Example

White with #C549BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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