Html Css Color HEX #C76BBF Fuchsia

📋 copy color: '#C76BBF'

red 199 ◦ green 107 ◦ blue 191

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

Shades of Fuchsia #C76BBF

Tints of Fuchsia #C76BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.43%

R = 40.04%
G = 21.53%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C76BBF (or 0xC76BBF) is known color: Fuchsia. HEX triplet: C7, 6B and BF. RGB value is (199,107,191). Sum of RGB (Red+Green+Blue) = 199+107+191=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BBF is #389440. Grayscale: #8F8F8F. Windows color (decimal): -3707969 or 12544967. OLE color: 12544967.

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

Color convert

RGB 199 107 191 -
CMYK 0 0.46 0.04 0.22
HSL 305.22º 0.45% 0.6% -
HSV(B) 305.22º 0.46% 0.78% -
XYZ 38.21 26.42 52.38 -
YUV 144.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 199 107 191 0 0.46 0.04 0.22 305.22 0.45 0.6
Hex C7 6B BF 0 2E 4 16 131 2D 3C
Octal 307 153 277 0 56 4 26 461 55 74
Binary 11000111 1101011 10111111 0 101110 100 10110 100110001 101101 111100

Color Harmonies of #C76BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BBF

Black with #C76BBF

Text Example


Text Example

White with #C76BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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