Html Css Color HEX #C76EB0 Fuchsia

📋 copy color: '#C76EB0'

red 199 ◦ green 110 ◦ blue 176

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

Shades of Fuchsia #C76EB0

Tints of Fuchsia #C76EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.29%

R = 41.03%
G = 22.68%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C76EB0 (or 0xC76EB0) is known color: Fuchsia. HEX triplet: C7, 6E and B0. RGB value is (199,110,176). Sum of RGB (Red+Green+Blue) = 199+110+176=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76EB0 is #38914F. Grayscale: #8F8F8F. Windows color (decimal): -3707216 or 11562695. OLE color: 11562695.

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

Color convert

RGB 199 110 176 -
CMYK 0 0.45 0.12 0.22
HSL 315.51º 0.44% 0.61% -
HSV(B) 315.51º 0.45% 0.78% -
XYZ 36.97 26.43 44.23 -
YUV 144.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 199 110 176 0 0.45 0.12 0.22 315.51 0.44 0.61
Hex C7 6E B0 0 2D C 16 13C 2C 3D
Octal 307 156 260 0 55 14 26 474 54 75
Binary 11000111 1101110 10110000 0 101101 1100 10110 100111100 101100 111101

Color Harmonies of #C76EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76EB0

Black with #C76EB0

Text Example


Text Example

White with #C76EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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