Html Css Color HEX #C76EB1 Fuchsia

📋 copy color: '#C76EB1'

red 199 ◦ green 110 ◦ blue 177

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

Shades of Fuchsia #C76EB1

Tints of Fuchsia #C76EB1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.63%

 BLUE value IS 177 (69.53% from 255) = 36.42%

R = 40.95%
G = 22.63%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C76EB1 (or 0xC76EB1) is known color: Fuchsia. HEX triplet: C7, 6E and B1. RGB value is (199,110,177). Sum of RGB (Red+Green+Blue) = 199+110+177=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76EB1 is #38914E. Grayscale: #909090. Windows color (decimal): -3707215 or 11628231. OLE color: 11628231.

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

Color convert

RGB 199 110 177 -
CMYK 0 0.45 0.11 0.22
HSL 314.83º 0.44% 0.61% -
HSV(B) 314.83º 0.45% 0.78% -
XYZ 37.06 26.47 44.75 -
YUV 144.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 199 110 177 0 0.45 0.11 0.22 314.83 0.44 0.61
Hex C7 6E B1 0 2D B 16 13B 2C 3D
Octal 307 156 261 0 55 13 26 473 54 75
Binary 11000111 1101110 10110001 0 101101 1011 10110 100111011 101100 111101

Color Harmonies of #C76EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76EB1

Black with #C76EB1

Text Example


Text Example

White with #C76EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76EB1; }

 p { color: rgb(199,110,177); }

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

background-color css

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

 a { background-color: rgb(199,110,177); }

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

border-color css

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

 span { border-color: rgb(199,110,177); }

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