Html Css Color HEX #C749AA Fuchsia

📋 copy color: '#C749AA'

red 199 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #C749AA

Tints of Fuchsia #C749AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 45.02%
G = 16.52%
B = 38.46%

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

#C749AA (or 0xC749AA) is known color: Fuchsia. HEX triplet: C7, 49 and AA. RGB value is (199,73,170). Sum of RGB (Red+Green+Blue) = 199+73+170=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C749AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C749AA is #38B655. Grayscale: #797979. Windows color (decimal): -3716694 or 11160007. OLE color: 11160007.

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

Color convert

RGB 199 73 170 -
CMYK 0 0.63 0.15 0.22
HSL 313.81º 0.53% 0.53% -
HSV(B) 313.81º 0.63% 0.78% -
XYZ 33.19 19.81 40.1 -
YUV 121.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 199 73 170 0 0.63 0.15 0.22 313.81 0.53 0.53
Hex C7 49 AA 0 3F F 16 13A 35 35
Octal 307 111 252 0 77 17 26 472 65 65
Binary 11000111 1001001 10101010 0 111111 1111 10110 100111010 110101 110101

Color Harmonies of #C749AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749AA

Black with #C749AA

Text Example


Text Example

White with #C749AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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