Html Css Color HEX #C747AF Fuchsia

📋 copy color: '#C747AF'

red 199 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #C747AF

Tints of Fuchsia #C747AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.33%

R = 44.72%
G = 15.96%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C747AF (or 0xC747AF) is known color: Fuchsia. HEX triplet: C7, 47 and AF. RGB value is (199,71,175). Sum of RGB (Red+Green+Blue) = 199+71+175=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C747AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C747AF is #38B850. Grayscale: #787878. Windows color (decimal): -3717201 or 11487175. OLE color: 11487175.

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

Color convert

RGB 199 71 175 -
CMYK 0 0.64 0.12 0.22
HSL 311.25º 0.53% 0.53% -
HSV(B) 311.25º 0.64% 0.78% -
XYZ 33.54 19.74 42.6 -
YUV 121.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 199 71 175 0 0.64 0.12 0.22 311.25 0.53 0.53
Hex C7 47 AF 0 40 C 16 137 35 35
Octal 307 107 257 0 100 14 26 467 65 65
Binary 11000111 1000111 10101111 0 1000000 1100 10110 100110111 110101 110101

Color Harmonies of #C747AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C747AF

Black with #C747AF

Text Example


Text Example

White with #C747AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C747AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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