Html Css Color HEX #C249AE Fuchsia

📋 copy color: '#C249AE'

red 194 ◦ green 73 ◦ blue 174

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

Shades of Fuchsia #C249AE

Tints of Fuchsia #C249AE

RGB

 RED value IS 194 (76.17% from 255) = 43.99%

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

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

R = 43.99%
G = 16.55%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C249AE (or 0xC249AE) is known color: Fuchsia. HEX triplet: C2, 49 and AE. RGB value is (194,73,174). Sum of RGB (Red+Green+Blue) = 194+73+174=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C249AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249AE is #3DB651. Grayscale: #787878. Windows color (decimal): -4044370 or 11422146. OLE color: 11422146.

HSL color Cylindrical-coordinate representation of color #C249AE: hue angle of 309.92º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C249AE is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 174 -
CMYK 0 0.62 0.10 0.24
HSL 309.92º 0.5% 0.52% -
HSV(B) 309.92º 0.62% 0.76% -
XYZ 32.27 19.29 42.07 -
YUV 120.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 194 73 174 0 0.62 0.10 0.24 309.92 0.5 0.52
Hex C2 49 AE 0 3E A 18 136 32 34
Octal 302 111 256 0 76 12 30 466 62 64
Binary 11000010 1001001 10101110 0 111110 1010 11000 100110110 110010 110100

Color Harmonies of #C249AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249AE

Black with #C249AE

Text Example


Text Example

White with #C249AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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