Html Css Color HEX #C849AA Fuchsia

📋 copy color: '#C849AA'

red 200 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #C849AA

Tints of Fuchsia #C849AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 45.15%
G = 16.48%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C849AA (or 0xC849AA) is known color: Fuchsia. HEX triplet: C8, 49 and AA. RGB value is (200,73,170). Sum of RGB (Red+Green+Blue) = 200+73+170=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C849AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849AA is #37B655. Grayscale: #797979. Windows color (decimal): -3651158 or 11160008. OLE color: 11160008.

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

Color convert

RGB 200 73 170 -
CMYK 0 0.64 0.15 0.22
HSL 314.17º 0.54% 0.54% -
HSV(B) 314.17º 0.64% 0.78% -
XYZ 33.46 19.95 40.12 -
YUV 122.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 200 73 170 0 0.64 0.15 0.22 314.17 0.54 0.54
Hex C8 49 AA 0 40 F 16 13A 36 36
Octal 310 111 252 0 100 17 26 472 66 66
Binary 11001000 1001001 10101010 0 1000000 1111 10110 100111010 110110 110110

Color Harmonies of #C849AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849AA

Black with #C849AA

Text Example


Text Example

White with #C849AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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