Html Css Color HEX #C549C2 Fuchsia

📋 copy color: '#C549C2'

red 197 ◦ green 73 ◦ blue 194

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

Shades of Fuchsia #C549C2

Tints of Fuchsia #C549C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.81%

R = 42.46%
G = 15.73%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C549C2 (or 0xC549C2) is known color: Fuchsia. HEX triplet: C5, 49 and C2. RGB value is (197,73,194). Sum of RGB (Red+Green+Blue) = 197+73+194=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C549C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549C2 is #3AB63D. Grayscale: #7B7B7B. Windows color (decimal): -3847742 or 12732869. OLE color: 12732869.

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

Color convert

RGB 197 73 194 -
CMYK 0 0.63 0.02 0.23
HSL 301.45º 0.52% 0.53% -
HSV(B) 301.45º 0.63% 0.77% -
XYZ 35.15 20.53 53.15 -
YUV 123.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 197 73 194 0 0.63 0.02 0.23 301.45 0.52 0.53
Hex C5 49 C2 0 3F 2 17 12D 34 35
Octal 305 111 302 0 77 2 27 455 64 65
Binary 11000101 1001001 11000010 0 111111 10 10111 100101101 110100 110101

Color Harmonies of #C549C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549C2

Black with #C549C2

Text Example


Text Example

White with #C549C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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