Html Css Color HEX #C76CAF Fuchsia

📋 copy color: '#C76CAF'

red 199 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #C76CAF

Tints of Fuchsia #C76CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

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

R = 41.29%
G = 22.41%
B = 36.31%

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

#C76CAF (or 0xC76CAF) is known color: Fuchsia. HEX triplet: C7, 6C and AF. RGB value is (199,108,175). Sum of RGB (Red+Green+Blue) = 199+108+175=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CAF is #389350. Grayscale: #8E8E8E. Windows color (decimal): -3707729 or 11496647. OLE color: 11496647.

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

Color convert

RGB 199 108 175 -
CMYK 0 0.46 0.12 0.22
HSL 315.82º 0.45% 0.6% -
HSV(B) 315.82º 0.46% 0.78% -
XYZ 36.65 25.96 43.64 -
YUV 142.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 199 108 175 0 0.46 0.12 0.22 315.82 0.45 0.6
Hex C7 6C AF 0 2E C 16 13C 2D 3C
Octal 307 154 257 0 56 14 26 474 55 74
Binary 11000111 1101100 10101111 0 101110 1100 10110 100111100 101101 111100

Color Harmonies of #C76CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CAF

Black with #C76CAF

Text Example


Text Example

White with #C76CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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