Html Css Color HEX #C76BAF Fuchsia

📋 copy color: '#C76BAF'

red 199 ◦ green 107 ◦ blue 175

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

Shades of Fuchsia #C76BAF

Tints of Fuchsia #C76BAF

RGB

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

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

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

R = 41.37%
G = 22.25%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C76BAF (or 0xC76BAF) is known color: Fuchsia. HEX triplet: C7, 6B and AF. RGB value is (199,107,175). Sum of RGB (Red+Green+Blue) = 199+107+175=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76BAF is #389450. Grayscale: #8E8E8E. Windows color (decimal): -3707985 or 11496391. OLE color: 11496391.

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

Color convert

RGB 199 107 175 -
CMYK 0 0.46 0.12 0.22
HSL 315.65º 0.45% 0.6% -
HSV(B) 315.65º 0.46% 0.78% -
XYZ 36.55 25.75 43.6 -
YUV 142.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 199 107 175 0 0.46 0.12 0.22 315.65 0.45 0.6
Hex C7 6B AF 0 2E C 16 13C 2D 3C
Octal 307 153 257 0 56 14 26 474 55 74
Binary 11000111 1101011 10101111 0 101110 1100 10110 100111100 101101 111100

Color Harmonies of #C76BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BAF

Black with #C76BAF

Text Example


Text Example

White with #C76BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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