Html Css Color HEX #C749AD Fuchsia

📋 copy color: '#C749AD'

red 199 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #C749AD

Tints of Fuchsia #C749AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.88%

R = 44.72%
G = 16.4%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C749AD (or 0xC749AD) is known color: Fuchsia. HEX triplet: C7, 49 and AD. RGB value is (199,73,173). Sum of RGB (Red+Green+Blue) = 199+73+173=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C749AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C749AD is #38B652. Grayscale: #797979. Windows color (decimal): -3716691 or 11356615. OLE color: 11356615.

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

Color convert

RGB 199 73 173 -
CMYK 0 0.63 0.13 0.22
HSL 312.38º 0.53% 0.53% -
HSV(B) 312.38º 0.63% 0.78% -
XYZ 33.48 19.92 41.62 -
YUV 122.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 199 73 173 0 0.63 0.13 0.22 312.38 0.53 0.53
Hex C7 49 AD 0 3F D 16 138 35 35
Octal 307 111 255 0 77 15 26 470 65 65
Binary 11000111 1001001 10101101 0 111111 1101 10110 100111000 110101 110101

Color Harmonies of #C749AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749AD

Black with #C749AD

Text Example


Text Example

White with #C749AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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