Html Css Color HEX #C76CB9 Fuchsia

📋 copy color: '#C76CB9'

red 199 ◦ green 108 ◦ blue 185

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

Shades of Fuchsia #C76CB9

Tints of Fuchsia #C76CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.95%

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 40.45%
G = 21.95%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C76CB9 (or 0xC76CB9) is known color: Fuchsia. HEX triplet: C7, 6C and B9. RGB value is (199,108,185). Sum of RGB (Red+Green+Blue) = 199+108+185=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CB9 is #389346. Grayscale: #8F8F8F. Windows color (decimal): -3707719 or 12152007. OLE color: 12152007.

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

Color convert

RGB 199 108 185 -
CMYK 0 0.46 0.07 0.22
HSL 309.23º 0.45% 0.6% -
HSV(B) 309.23º 0.46% 0.78% -
XYZ 37.67 26.37 49 -
YUV 143.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 199 108 185 0 0.46 0.07 0.22 309.23 0.45 0.6
Hex C7 6C B9 0 2E 7 16 135 2D 3C
Octal 307 154 271 0 56 7 26 465 55 74
Binary 11000111 1101100 10111001 0 101110 111 10110 100110101 101101 111100

Color Harmonies of #C76CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CB9

Black with #C76CB9

Text Example


Text Example

White with #C76CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CB9; }

 p { color: rgb(199,108,185); }

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

background-color css

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

 a { background-color: rgb(199,108,185); }

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

border-color css

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

 span { border-color: rgb(199,108,185); }

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