Html Css Color HEX #C76AAE Fuchsia

📋 copy color: '#C76AAE'

red 199 ◦ green 106 ◦ blue 174

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

Shades of Fuchsia #C76AAE

Tints of Fuchsia #C76AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.13%

 BLUE value IS 174 (68.36% from 255) = 36.33%

R = 41.54%
G = 22.13%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C76AAE (or 0xC76AAE) is known color: Fuchsia. HEX triplet: C7, 6A and AE. RGB value is (199,106,174). Sum of RGB (Red+Green+Blue) = 199+106+174=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C76AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76AAE is #389551. Grayscale: #8D8D8D. Windows color (decimal): -3708242 or 11430599. OLE color: 11430599.

HSL color Cylindrical-coordinate representation of color #C76AAE: hue angle of 316.13º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76AAE is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 106 174 -
CMYK 0 0.47 0.13 0.22
HSL 316.13º 0.45% 0.6% -
HSV(B) 316.13º 0.47% 0.78% -
XYZ 36.35 25.51 43.05 -
YUV 141.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 199 106 174 0 0.47 0.13 0.22 316.13 0.45 0.6
Hex C7 6A AE 0 2F D 16 13C 2D 3C
Octal 307 152 256 0 57 15 26 474 55 74
Binary 11000111 1101010 10101110 0 101111 1101 10110 100111100 101101 111100

Color Harmonies of #C76AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AAE

Black with #C76AAE

Text Example


Text Example

White with #C76AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AAE; }

 p { color: rgb(199,106,174); }

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

background-color css

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

 a { background-color: rgb(199,106,174); }

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

border-color css

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

 span { border-color: rgb(199,106,174); }

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