Html Css Color HEX #C749A9 Fuchsia

📋 copy color: '#C749A9'

red 199 ◦ green 73 ◦ blue 169

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

Shades of Fuchsia #C749A9

Tints of Fuchsia #C749A9

RGB

 RED value IS 199 (78.13% from 255) = 45.12%

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

 BLUE value IS 169 (66.41% from 255) = 38.32%

R = 45.12%
G = 16.55%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C749A9 (or 0xC749A9) is known color: Fuchsia. HEX triplet: C7, 49 and A9. RGB value is (199,73,169). Sum of RGB (Red+Green+Blue) = 199+73+169=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C749A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C749A9 is #38B656. Grayscale: #797979. Windows color (decimal): -3716695 or 11094471. OLE color: 11094471.

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

Color convert

RGB 199 73 169 -
CMYK 0 0.63 0.15 0.22
HSL 314.29º 0.53% 0.53% -
HSV(B) 314.29º 0.63% 0.78% -
XYZ 33.1 19.77 39.61 -
YUV 121.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 199 73 169 0 0.63 0.15 0.22 314.29 0.53 0.53
Hex C7 49 A9 0 3F F 16 13A 35 35
Octal 307 111 251 0 77 17 26 472 65 65
Binary 11000111 1001001 10101001 0 111111 1111 10110 100111010 110101 110101

Color Harmonies of #C749A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749A9

Black with #C749A9

Text Example


Text Example

White with #C749A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749A9; }

 p { color: rgb(199,73,169); }

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

background-color css

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

 a { background-color: rgb(199,73,169); }

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

border-color css

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

 span { border-color: rgb(199,73,169); }

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