Html Css Color HEX #C76FB5 Fuchsia

📋 copy color: '#C76FB5'

red 199 ◦ green 111 ◦ blue 181

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

Shades of Fuchsia #C76FB5

Tints of Fuchsia #C76FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 40.53%
G = 22.61%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C76FB5 (or 0xC76FB5) is known color: Fuchsia. HEX triplet: C7, 6F and B5. RGB value is (199,111,181). Sum of RGB (Red+Green+Blue) = 199+111+181=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FB5 is #38904A. Grayscale: #919191. Windows color (decimal): -3706955 or 11890631. OLE color: 11890631.

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

Color convert

RGB 199 111 181 -
CMYK 0 0.44 0.09 0.22
HSL 312.27º 0.44% 0.61% -
HSV(B) 312.27º 0.44% 0.78% -
XYZ 37.58 26.85 46.92 -
YUV 145.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 199 111 181 0 0.44 0.09 0.22 312.27 0.44 0.61
Hex C7 6F B5 0 2C 9 16 138 2C 3D
Octal 307 157 265 0 54 11 26 470 54 75
Binary 11000111 1101111 10110101 0 101100 1001 10110 100111000 101100 111101

Color Harmonies of #C76FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FB5

Black with #C76FB5

Text Example


Text Example

White with #C76FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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