Html Css Color HEX #C76FB1 Fuchsia

📋 copy color: '#C76FB1'

red 199 ◦ green 111 ◦ blue 177

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

Shades of Fuchsia #C76FB1

Tints of Fuchsia #C76FB1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.79%

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

R = 40.86%
G = 22.79%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C76FB1 (or 0xC76FB1) is known color: Fuchsia. HEX triplet: C7, 6F and B1. RGB value is (199,111,177). Sum of RGB (Red+Green+Blue) = 199+111+177=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FB1 is #38904E. Grayscale: #909090. Windows color (decimal): -3706959 or 11628487. OLE color: 11628487.

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

Color convert

RGB 199 111 177 -
CMYK 0 0.44 0.11 0.22
HSL 315º 0.44% 0.61% -
HSV(B) 315º 0.44% 0.78% -
XYZ 37.17 26.69 44.79 -
YUV 144.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 199 111 177 0 0.44 0.11 0.22 315 0.44 0.61
Hex C7 6F B1 0 2C B 16 13B 2C 3D
Octal 307 157 261 0 54 13 26 473 54 75
Binary 11000111 1101111 10110001 0 101100 1011 10110 100111011 101100 111101

Color Harmonies of #C76FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FB1

Black with #C76FB1

Text Example


Text Example

White with #C76FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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