Html Css Color HEX #C746AC Fuchsia

📋 copy color: '#C746AC'

red 199 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #C746AC

Tints of Fuchsia #C746AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.87%

 BLUE value IS 172 (67.58% from 255) = 39%

R = 45.12%
G = 15.87%
B = 39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C746AC (or 0xC746AC) is known color: Fuchsia. HEX triplet: C7, 46 and AC. RGB value is (199,70,172). Sum of RGB (Red+Green+Blue) = 199+70+172=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C746AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C746AC is #38B953. Grayscale: #777777. Windows color (decimal): -3717460 or 11290311. OLE color: 11290311.

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

Color convert

RGB 199 70 172 -
CMYK 0 0.65 0.14 0.22
HSL 312.56º 0.54% 0.53% -
HSV(B) 312.56º 0.65% 0.78% -
XYZ 33.19 19.5 41.04 -
YUV 120.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 199 70 172 0 0.65 0.14 0.22 312.56 0.54 0.53
Hex C7 46 AC 0 41 E 16 139 36 35
Octal 307 106 254 0 101 16 26 471 66 65
Binary 11000111 1000110 10101100 0 1000001 1110 10110 100111001 110110 110101

Color Harmonies of #C746AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746AC

Black with #C746AC

Text Example


Text Example

White with #C746AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746AC; }

 p { color: rgb(199,70,172); }

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

background-color css

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

 a { background-color: rgb(199,70,172); }

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

border-color css

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

 span { border-color: rgb(199,70,172); }

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