Html Css Color HEX #C756AC Fuchsia

📋 copy color: '#C756AC'

red 199 ◦ green 86 ◦ blue 172

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

Shades of Fuchsia #C756AC

Tints of Fuchsia #C756AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.82%

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

R = 43.54%
G = 18.82%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C756AC (or 0xC756AC) is known color: Fuchsia. HEX triplet: C7, 56 and AC. RGB value is (199,86,172). Sum of RGB (Red+Green+Blue) = 199+86+172=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C756AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C756AC is #38A953. Grayscale: #818181. Windows color (decimal): -3713364 or 11294407. OLE color: 11294407.

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

Color convert

RGB 199 86 172 -
CMYK 0 0.57 0.14 0.22
HSL 314.34º 0.5% 0.56% -
HSV(B) 314.34º 0.57% 0.78% -
XYZ 34.33 21.78 41.42 -
YUV 129.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 199 86 172 0 0.57 0.14 0.22 314.34 0.5 0.56
Hex C7 56 AC 0 39 E 16 13A 32 38
Octal 307 126 254 0 71 16 26 472 62 70
Binary 11000111 1010110 10101100 0 111001 1110 10110 100111010 110010 111000

Color Harmonies of #C756AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C756AC

Black with #C756AC

Text Example


Text Example

White with #C756AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C756AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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