Html Css Color HEX #C76FBB Fuchsia

📋 copy color: '#C76FBB'

red 199 ◦ green 111 ◦ blue 187

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

Shades of Fuchsia #C76FBB

Tints of Fuchsia #C76FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 40.04%
G = 22.33%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C76FBB (or 0xC76FBB) is known color: Fuchsia. HEX triplet: C7, 6F and BB. RGB value is (199,111,187). Sum of RGB (Red+Green+Blue) = 199+111+187=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FBB is #389044. Grayscale: #919191. Windows color (decimal): -3706949 or 12283847. OLE color: 12283847.

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

Color convert

RGB 199 111 187 -
CMYK 0 0.44 0.06 0.22
HSL 308.18º 0.44% 0.61% -
HSV(B) 308.18º 0.44% 0.78% -
XYZ 38.21 27.1 50.23 -
YUV 145.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 199 111 187 0 0.44 0.06 0.22 308.18 0.44 0.61
Hex C7 6F BB 0 2C 6 16 134 2C 3D
Octal 307 157 273 0 54 6 26 464 54 75
Binary 11000111 1101111 10111011 0 101100 110 10110 100110100 101100 111101

Color Harmonies of #C76FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FBB

Black with #C76FBB

Text Example


Text Example

White with #C76FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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