Html Css Color HEX #C747AB Fuchsia

📋 copy color: '#C747AB'

red 199 ◦ green 71 ◦ blue 171

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

Shades of Fuchsia #C747AB

Tints of Fuchsia #C747AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 45.12%
G = 16.1%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C747AB (or 0xC747AB) is known color: Fuchsia. HEX triplet: C7, 47 and AB. RGB value is (199,71,171). Sum of RGB (Red+Green+Blue) = 199+71+171=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C747AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C747AB is #38B854. Grayscale: #787878. Windows color (decimal): -3717205 or 11225031. OLE color: 11225031.

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

Color convert

RGB 199 71 171 -
CMYK 0 0.64 0.14 0.22
HSL 313.13º 0.53% 0.53% -
HSV(B) 313.13º 0.64% 0.78% -
XYZ 33.16 19.59 40.56 -
YUV 120.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 199 71 171 0 0.64 0.14 0.22 313.13 0.53 0.53
Hex C7 47 AB 0 40 E 16 139 35 35
Octal 307 107 253 0 100 16 26 471 65 65
Binary 11000111 1000111 10101011 0 1000000 1110 10110 100111001 110101 110101

Color Harmonies of #C747AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C747AB

Black with #C747AB

Text Example


Text Example

White with #C747AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C747AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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