#C76FB1

Color #C76FB1 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C76FB1

Tints of Fuchsia #C76FB1

Color information

#C76FB1 (or 0xC76FB1) is unknown color: approx Fuchsia. HEX triplet: C7, 6F and B1. RGB value is (199,111,177). Sum of RGB (Red+Green+Blue) = 199+111+177=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FB1 is #38904E. Grayscale: #909090. Windows color (decimal): -3706959 or 11628487. OLE color: 11628487.

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

Color convert

RGB199111177-
CMYK00.440.110.22
HSL315º44%60.78%-
HSV(B)315º44.22%78.04%-
XYZ37.1726.6944.79-
YUV144.84146.15166.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.86%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=40.86%
G=22.79%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911117700.440.110.223154460.78
HexC76FB102CB1613b2c3d
Octal30715726105413264735475
Binary110001111101111101100010101100101110110100111011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FB1; }

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

 H1.HeaderClassName
 {
   color: #C76FB1;
 }
 .AnyTagClassName
 {
   color: #C76FB1;
 }
</style>
background-color css

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

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

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

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

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

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