Html Css Color HEX #C549C3 Fuchsia

📋 copy color: '#C549C3'

red 197 ◦ green 73 ◦ blue 195

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

Shades of Fuchsia #C549C3

Tints of Fuchsia #C549C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.94%

R = 42.37%
G = 15.7%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C549C3 (or 0xC549C3) is known color: Fuchsia. HEX triplet: C5, 49 and C3. RGB value is (197,73,195). Sum of RGB (Red+Green+Blue) = 197+73+195=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C549C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549C3 is #3AB63C. Grayscale: #7B7B7B. Windows color (decimal): -3847741 or 12798405. OLE color: 12798405.

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

Color convert

RGB 197 73 195 -
CMYK 0 0.63 0.01 0.23
HSL 300.97º 0.52% 0.53% -
HSV(B) 300.97º 0.63% 0.77% -
XYZ 35.26 20.58 53.74 -
YUV 123.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 197 73 195 0 0.63 0.01 0.23 300.97 0.52 0.53
Hex C5 49 C3 0 3F 1 17 12D 34 35
Octal 305 111 303 0 77 1 27 455 64 65
Binary 11000101 1001001 11000011 0 111111 1 10111 100101101 110100 110101

Color Harmonies of #C549C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549C3

Black with #C549C3

Text Example


Text Example

White with #C549C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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