#C673B2

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

Shades of Fuchsia #C673B2

Tints of Fuchsia #C673B2

Color information

#C673B2 (or 0xC673B2) is unknown color: approx Fuchsia. HEX triplet: C6, 73 and B2. RGB value is (198,115,178). Sum of RGB (Red+Green+Blue) = 198+115+178=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C673B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C673B2 is #398C4D. Grayscale: #929292. Windows color (decimal): -3771470 or 11695046. OLE color: 11695046.

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

Color convert

RGB198115178-
CMYK00.420.100.22
HSL314.46º42.13%61.37%-
HSV(B)314.46º41.92%77.65%-
XYZ37.4627.4845.45-
YUV147145.5164.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 178 (69.92% from 255) = 36.25%
R=40.33%
G=23.42%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811517800.420.100.22314.4642.1361.37
HexC673B202AA1613a2a3d
Octal30616326205212264725275
Binary110001101110011101100100101010101010110100111010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C673B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C673B2; }

 p { color: rgb(198,115,178); }

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

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

 a { background-color: rgb(198,115,178); }

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

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

 span { border-color: rgb(198,115,178); }

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