#C674BA

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

Shades of Fuchsia #C674BA

Tints of Fuchsia #C674BA

Color information

#C674BA (or 0xC674BA) is unknown color: approx Fuchsia. HEX triplet: C6, 74 and BA. RGB value is (198,116,186). Sum of RGB (Red+Green+Blue) = 198+116+186=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C674BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674BA is #398B45. Grayscale: #949494. Windows color (decimal): -3771206 or 12219590. OLE color: 12219590.

HSL color Cylindrical-coordinate representation of color #C674BA: hue angle of 308.78º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674BA is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198116186-
CMYK00.410.060.22
HSL308.78º41.84%61.57%-
HSV(B)308.78º41.41%77.65%-
XYZ38.428.0449.84-
YUV148.5149.17163.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.6%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=39.6%
G=23.2%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811618600.410.060.22308.7841.8461.57
HexC674BA0296161352a3e
Octal3061642720516264655276
Binary11000110111010010111010010100111010110100110101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674BA; }

 p { color: rgb(198,116,186); }

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

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

 a { background-color: rgb(198,116,186); }

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

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

 span { border-color: rgb(198,116,186); }

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