#C276BD

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

Shades of Fuchsia #C276BD

Tints of Fuchsia #C276BD

Color information

#C276BD (or 0xC276BD) is unknown color: approx Fuchsia. HEX triplet: C2, 76 and BD. RGB value is (194,118,189). Sum of RGB (Red+Green+Blue) = 194+118+189=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C276BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276BD is #3D8942. Grayscale: #949494. Windows color (decimal): -4032835 or 12416706. OLE color: 12416706.

HSL color Cylindrical-coordinate representation of color #C276BD: hue angle of 303.95º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C276BD is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194118189-
CMYK00.390.030.24
HSL303.95º38.38%61.18%-
HSV(B)303.95º39.18%76.08%-
XYZ37.9128.151.57-
YUV148.82150.68160.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 118 (46.48% from 255) = 23.55%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=38.72%
G=23.55%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411818900.390.030.24303.9538.3861.18
HexC276BD027318130263d
Octal3021662750473304604675
Binary1100001011101101011110101001111111000100110000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C276BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C276BD; }

 p { color: rgb(194,118,189); }

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

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

 a { background-color: rgb(194,118,189); }

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

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

 span { border-color: rgb(194,118,189); }

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