Html Css Color HEX #C76BB1 Fuchsia

📋 copy color: '#C76BB1'

red 199 ◦ green 107 ◦ blue 177

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

Shades of Fuchsia #C76BB1

Tints of Fuchsia #C76BB1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.15%

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

R = 41.2%
G = 22.15%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C76BB1 (or 0xC76BB1) is known color: Fuchsia. HEX triplet: C7, 6B and B1. RGB value is (199,107,177). Sum of RGB (Red+Green+Blue) = 199+107+177=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76BB1 is #38944E. Grayscale: #8E8E8E. Windows color (decimal): -3707983 or 11627463. OLE color: 11627463.

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

Color convert

RGB 199 107 177 -
CMYK 0 0.46 0.11 0.22
HSL 314.35º 0.45% 0.6% -
HSV(B) 314.35º 0.46% 0.78% -
XYZ 36.75 25.83 44.64 -
YUV 142.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 199 107 177 0 0.46 0.11 0.22 314.35 0.45 0.6
Hex C7 6B B1 0 2E B 16 13A 2D 3C
Octal 307 153 261 0 56 13 26 472 55 74
Binary 11000111 1101011 10110001 0 101110 1011 10110 100111010 101101 111100

Color Harmonies of #C76BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BB1

Black with #C76BB1

Text Example


Text Example

White with #C76BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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