Html Css Color HEX #C76BAE Fuchsia

📋 copy color: '#C76BAE'

red 199 ◦ green 107 ◦ blue 174

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

Shades of Fuchsia #C76BAE

Tints of Fuchsia #C76BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

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

R = 41.46%
G = 22.29%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C76BAE (or 0xC76BAE) is known color: Fuchsia. HEX triplet: C7, 6B and AE. RGB value is (199,107,174). Sum of RGB (Red+Green+Blue) = 199+107+174=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76BAE is #389451. Grayscale: #8D8D8D. Windows color (decimal): -3707986 or 11430855. OLE color: 11430855.

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

Color convert

RGB 199 107 174 -
CMYK 0 0.46 0.13 0.22
HSL 316.3º 0.45% 0.6% -
HSV(B) 316.3º 0.46% 0.78% -
XYZ 36.45 25.71 43.09 -
YUV 142.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 199 107 174 0 0.46 0.13 0.22 316.3 0.45 0.6
Hex C7 6B AE 0 2E D 16 13C 2D 3C
Octal 307 153 256 0 56 15 26 474 55 74
Binary 11000111 1101011 10101110 0 101110 1101 10110 100111100 101101 111100

Color Harmonies of #C76BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BAE

Black with #C76BAE

Text Example


Text Example

White with #C76BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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