Html Css Color HEX #C849AD Fuchsia

📋 copy color: '#C849AD'

red 200 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #C849AD

Tints of Fuchsia #C849AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 44.84%
G = 16.37%
B = 38.79%

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

#C849AD (or 0xC849AD) is known color: Fuchsia. HEX triplet: C8, 49 and AD. RGB value is (200,73,173). Sum of RGB (Red+Green+Blue) = 200+73+173=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C849AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849AD is #37B652. Grayscale: #7A7A7A. Windows color (decimal): -3651155 or 11356616. OLE color: 11356616.

HSL color Cylindrical-coordinate representation of color #C849AD: hue angle of 312.76º 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 #C849AD is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 173 -
CMYK 0 0.64 0.14 0.22
HSL 312.76º 0.54% 0.54% -
HSV(B) 312.76º 0.64% 0.78% -
XYZ 33.74 20.06 41.63 -
YUV 122.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 200 73 173 0 0.64 0.14 0.22 312.76 0.54 0.54
Hex C8 49 AD 0 40 E 16 139 36 36
Octal 310 111 255 0 100 16 26 471 66 66
Binary 11001000 1001001 10101101 0 1000000 1110 10110 100111001 110110 110110

Color Harmonies of #C849AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849AD

Black with #C849AD

Text Example


Text Example

White with #C849AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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