Html Css Color HEX #C76FBA Fuchsia

📋 copy color: '#C76FBA'

red 199 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #C76FBA

Tints of Fuchsia #C76FBA

RGB

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

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

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

R = 40.12%
G = 22.38%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C76FBA (or 0xC76FBA) is known color: Fuchsia. HEX triplet: C7, 6F and BA. RGB value is (199,111,186). Sum of RGB (Red+Green+Blue) = 199+111+186=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FBA is #389045. Grayscale: #919191. Windows color (decimal): -3706950 or 12218311. OLE color: 12218311.

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

Color convert

RGB 199 111 186 -
CMYK 0 0.44 0.07 0.22
HSL 308.86º 0.44% 0.61% -
HSV(B) 308.86º 0.44% 0.78% -
XYZ 38.1 27.06 49.67 -
YUV 145.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 199 111 186 0 0.44 0.07 0.22 308.86 0.44 0.61
Hex C7 6F BA 0 2C 7 16 135 2C 3D
Octal 307 157 272 0 54 7 26 465 54 75
Binary 11000111 1101111 10111010 0 101100 111 10110 100110101 101100 111101

Color Harmonies of #C76FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FBA

Black with #C76FBA

Text Example


Text Example

White with #C76FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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