Html Css Color HEX #C549BE Fuchsia

📋 copy color: '#C549BE'

red 197 ◦ green 73 ◦ blue 190

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

Shades of Fuchsia #C549BE

Tints of Fuchsia #C549BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 42.83%
G = 15.87%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C549BE (or 0xC549BE) is known color: Fuchsia. HEX triplet: C5, 49 and BE. RGB value is (197,73,190). Sum of RGB (Red+Green+Blue) = 197+73+190=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C549BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549BE is #3AB641. Grayscale: #7B7B7B. Windows color (decimal): -3847746 or 12470725. OLE color: 12470725.

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

Color convert

RGB 197 73 190 -
CMYK 0 0.63 0.04 0.23
HSL 303.39º 0.52% 0.53% -
HSV(B) 303.39º 0.63% 0.77% -
XYZ 34.7 20.35 50.81 -
YUV 123.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 197 73 190 0 0.63 0.04 0.23 303.39 0.52 0.53
Hex C5 49 BE 0 3F 4 17 12F 34 35
Octal 305 111 276 0 77 4 27 457 64 65
Binary 11000101 1001001 10111110 0 111111 100 10111 100101111 110100 110101

Color Harmonies of #C549BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549BE

Black with #C549BE

Text Example


Text Example

White with #C549BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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