Html Css Color HEX #C849AC Fuchsia

📋 copy color: '#C849AC'

red 200 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #C849AC

Tints of Fuchsia #C849AC

RGB

 RED value IS 200 (78.52% from 255) = 44.94%

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

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 44.94%
G = 16.4%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C849AC (or 0xC849AC) is known color: Fuchsia. HEX triplet: C8, 49 and AC. RGB value is (200,73,172). Sum of RGB (Red+Green+Blue) = 200+73+172=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C849AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849AC is #37B653. Grayscale: #797979. Windows color (decimal): -3651156 or 11291080. OLE color: 11291080.

HSL color Cylindrical-coordinate representation of color #C849AC: hue angle of 313.23º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C849AC is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 172 -
CMYK 0 0.64 0.14 0.22
HSL 313.23º 0.54% 0.54% -
HSV(B) 313.23º 0.64% 0.78% -
XYZ 33.65 20.02 41.12 -
YUV 122.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 200 73 172 0 0.64 0.14 0.22 313.23 0.54 0.54
Hex C8 49 AC 0 40 E 16 139 36 36
Octal 310 111 254 0 100 16 26 471 66 66
Binary 11001000 1001001 10101100 0 1000000 1110 10110 100111001 110110 110110

Color Harmonies of #C849AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849AC

Black with #C849AC

Text Example


Text Example

White with #C849AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849AC; }

 p { color: rgb(200,73,172); }

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

background-color css

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

 a { background-color: rgb(200,73,172); }

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

border-color css

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

 span { border-color: rgb(200,73,172); }

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