Html Css Color HEX #C049AE Fuchsia

📋 copy color: '#C049AE'

red 192 ◦ green 73 ◦ blue 174

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

Shades of Fuchsia #C049AE

Tints of Fuchsia #C049AE

RGB

 RED value IS 192 (75.39% from 255) = 43.74%

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

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 43.74%
G = 16.63%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C049AE (or 0xC049AE) is known color: Fuchsia. HEX triplet: C0, 49 and AE. RGB value is (192,73,174). Sum of RGB (Red+Green+Blue) = 192+73+174=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C049AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049AE is #3FB651. Grayscale: #777777. Windows color (decimal): -4175442 or 11422144. OLE color: 11422144.

HSL color Cylindrical-coordinate representation of color #C049AE: hue angle of 309.08º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C049AE is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 174 -
CMYK 0 0.62 0.09 0.25
HSL 309.08º 0.49% 0.52% -
HSV(B) 309.08º 0.62% 0.75% -
XYZ 31.76 19.03 42.04 -
YUV 120.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 192 73 174 0 0.62 0.09 0.25 309.08 0.49 0.52
Hex C0 49 AE 0 3E 9 19 135 31 34
Octal 300 111 256 0 76 11 31 465 61 64
Binary 11000000 1001001 10101110 0 111110 1001 11001 100110101 110001 110100

Color Harmonies of #C049AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049AE

Black with #C049AE

Text Example


Text Example

White with #C049AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049AE; }

 p { color: rgb(192,73,174); }

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

background-color css

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

 a { background-color: rgb(192,73,174); }

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

border-color css

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

 span { border-color: rgb(192,73,174); }

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