Html Css Color HEX #C76CBA Fuchsia

📋 copy color: '#C76CBA'

red 199 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #C76CBA

Tints of Fuchsia #C76CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 40.37%
G = 21.91%
B = 37.73%

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

#C76CBA (or 0xC76CBA) is known color: Fuchsia. HEX triplet: C7, 6C and BA. RGB value is (199,108,186). Sum of RGB (Red+Green+Blue) = 199+108+186=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CBA is #389345. Grayscale: #8F8F8F. Windows color (decimal): -3707718 or 12217543. OLE color: 12217543.

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

Color convert

RGB 199 108 186 -
CMYK 0 0.46 0.07 0.22
HSL 308.57º 0.45% 0.6% -
HSV(B) 308.57º 0.46% 0.78% -
XYZ 37.78 26.41 49.56 -
YUV 144.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 199 108 186 0 0.46 0.07 0.22 308.57 0.45 0.6
Hex C7 6C BA 0 2E 7 16 135 2D 3C
Octal 307 154 272 0 56 7 26 465 55 74
Binary 11000111 1101100 10111010 0 101110 111 10110 100110101 101101 111100

Color Harmonies of #C76CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CBA

Black with #C76CBA

Text Example


Text Example

White with #C76CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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