Html Css Color HEX #C549CE Fuchsia

📋 copy color: '#C549CE'

red 197 ◦ green 73 ◦ blue 206

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

Shades of Fuchsia #C549CE

Tints of Fuchsia #C549CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 41.39%
G = 15.34%
B = 43.28%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C549CE (or 0xC549CE) is known color: Fuchsia. HEX triplet: C5, 49 and CE. RGB value is (197,73,206). Sum of RGB (Red+Green+Blue) = 197+73+206=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #C549CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549CE is #3AB631. Grayscale: #7C7C7C. Windows color (decimal): -3847730 or 13519301. OLE color: 13519301.

HSL color Cylindrical-coordinate representation of color #C549CE: hue angle of 295.94º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C549CE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 73 206 -
CMYK 0.04 0.65 0 0.19
HSL 295.94º 0.58% 0.55% -
HSV(B) 295.94º 0.65% 0.81% -
XYZ 36.55 21.09 60.54 -
YUV 125.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 197 73 206 0.04 0.65 0 0.19 295.94 0.58 0.55
Hex C5 49 CE 4 41 0 13 128 3A 37
Octal 305 111 316 4 101 0 23 450 72 67
Binary 11000101 1001001 11001110 100 1000001 0 10011 100101000 111010 110111

Color Harmonies of #C549CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549CE

Black with #C549CE

Text Example


Text Example

White with #C549CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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