Html Css Color HEX #C747AA Fuchsia

📋 copy color: '#C747AA'

red 199 ◦ green 71 ◦ blue 170

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

Shades of Fuchsia #C747AA

Tints of Fuchsia #C747AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.14%

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

R = 45.23%
G = 16.14%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C747AA (or 0xC747AA) is known color: Fuchsia. HEX triplet: C7, 47 and AA. RGB value is (199,71,170). Sum of RGB (Red+Green+Blue) = 199+71+170=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C747AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C747AA is #38B855. Grayscale: #787878. Windows color (decimal): -3717206 or 11159495. OLE color: 11159495.

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

Color convert

RGB 199 71 170 -
CMYK 0 0.64 0.15 0.22
HSL 313.59º 0.53% 0.53% -
HSV(B) 313.59º 0.64% 0.78% -
XYZ 33.06 19.55 40.06 -
YUV 120.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 199 71 170 0 0.64 0.15 0.22 313.59 0.53 0.53
Hex C7 47 AA 0 40 F 16 13A 35 35
Octal 307 107 252 0 100 17 26 472 65 65
Binary 11000111 1000111 10101010 0 1000000 1111 10110 100111010 110101 110101

Color Harmonies of #C747AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C747AA

Black with #C747AA

Text Example


Text Example

White with #C747AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C747AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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