Html Css Color HEX #C749AC Fuchsia

📋 copy color: '#C749AC'

red 199 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #C749AC

Tints of Fuchsia #C749AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 44.82%
G = 16.44%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C749AC (or 0xC749AC) is known color: Fuchsia. HEX triplet: C7, 49 and AC. RGB value is (199,73,172). Sum of RGB (Red+Green+Blue) = 199+73+172=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C749AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C749AC is #38B653. Grayscale: #797979. Windows color (decimal): -3716692 or 11291079. OLE color: 11291079.

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

Color convert

RGB 199 73 172 -
CMYK 0 0.63 0.14 0.22
HSL 312.86º 0.53% 0.53% -
HSV(B) 312.86º 0.63% 0.78% -
XYZ 33.38 19.89 41.11 -
YUV 121.96 156.24 182.95 -
System Red Green Blue C M Y K H S L
Decimal 199 73 172 0 0.63 0.14 0.22 312.86 0.53 0.53
Hex C7 49 AC 0 3F E 16 139 35 35
Octal 307 111 254 0 77 16 26 471 65 65
Binary 11000111 1001001 10101100 0 111111 1110 10110 100111001 110101 110101

Color Harmonies of #C749AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749AC

Black with #C749AC

Text Example


Text Example

White with #C749AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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